Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for devknoll (0.27 sec)

  1. doc/go1.17_spec.html

    		The "return" statement returns the values of these variables.
    <pre>
    func complexF3() (re float64, im float64) {
    	re = 7.0
    	im = 4.0
    	return
    }
    
    func (devnull) Write(p []byte) (n int, _ error) {
    	n = len(p)
    	return
    }
    </pre>
    	</li>
    </ol>
    
    <p>
    Regardless of how they are declared, all the result values are initialized to
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg log/syslog (darwin-arm64-cgo), type Writer struct
    pkg math/bits (darwin-arm64), const UintSize = 64
    pkg math/bits (darwin-arm64-cgo), const UintSize = 64
    pkg os (darwin-arm64), const DevNull = "/dev/null"
    pkg os (darwin-arm64), const O_APPEND = 8
    pkg os (darwin-arm64), const O_CREATE = 512
    pkg os (darwin-arm64), const O_EXCL = 2048
    pkg os (darwin-arm64), const O_SYNC = 128
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg log/syslog (freebsd-arm64-cgo), type Writer struct
    pkg math/bits (freebsd-arm64), const UintSize = 64
    pkg math/bits (freebsd-arm64-cgo), const UintSize = 64
    pkg os (freebsd-arm64), const DevNull = "/dev/null"
    pkg os (freebsd-arm64), const O_APPEND = 8
    pkg os (freebsd-arm64), const O_CREATE = 512
    pkg os (freebsd-arm64), const O_EXCL = 2048
    pkg os (freebsd-arm64), const O_SYNC = 128
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg math (freebsd-riscv64-cgo), const MinInt = -9223372036854775808 #53466
    pkg math/bits (freebsd-riscv64), const UintSize = 64 #53466
    pkg math/bits (freebsd-riscv64-cgo), const UintSize = 64 #53466
    pkg os (freebsd-riscv64), const DevNull = "/dev/null" #53466
    pkg os (freebsd-riscv64), const O_APPEND = 8 #53466
    pkg os (freebsd-riscv64), const O_CREATE = 512 #53466
    pkg os (freebsd-riscv64), const O_EXCL = 2048 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg os (freebsd-amd64-cgo), const O_APPEND = 8
    pkg os (freebsd-amd64-cgo), const O_CREATE = 512
    pkg os (freebsd-amd64-cgo), const O_EXCL = 2048
    pkg os (freebsd-amd64-cgo), const O_SYNC = 128
    pkg os (freebsd-amd64-cgo), const O_TRUNC = 1024
    pkg os (freebsd-amd64-cgo), const PathListSeparator = 58
    pkg os (freebsd-amd64-cgo), const PathSeparator = 47
    pkg os (freebsd-arm), const DevNull = "/dev/null"
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. doc/go_spec.html

    		The "return" statement returns the values of these variables.
    <pre>
    func complexF3() (re float64, im float64) {
    	re = 7.0
    	im = 4.0
    	return
    }
    
    func (devnull) Write(p []byte) (n int, _ error) {
    	n = len(p)
    	return
    }
    </pre>
    	</li>
    </ol>
    
    <p>
    Regardless of how they are declared, all the result values are initialized to
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top