Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for OK (0.52 sec)

  1. doc/go_spec.html

    </p>
    
    <pre>
    v, ok = x.(T)
    v, ok := x.(T)
    var v, ok = x.(T)
    var v, ok interface{} = x.(T) // dynamic types of v and ok are T and bool
    </pre>
    
    <p>
    yields an additional untyped boolean value. The value of <code>ok</code> is <code>true</code>
    if the assertion holds. Otherwise it is <code>false</code> and the value of <code>v</code> is
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const FLUSHO ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_MAXFD = 11
    pkg syscall (netbsd-arm64-cgo), const F_MAXFD ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_OK = 0
    pkg syscall (netbsd-arm64-cgo), const F_OK ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_PARAM_MASK = 4095
    pkg syscall (netbsd-arm64-cgo), const F_PARAM_MASK ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_PARAM_MAX = 4095
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const F_NOCACHE ideal-int
    pkg syscall (darwin-arm64), const F_NODIRECT = 62
    pkg syscall (darwin-arm64), const F_NODIRECT ideal-int
    pkg syscall (darwin-arm64), const F_OK = 0
    pkg syscall (darwin-arm64), const F_OK ideal-int
    pkg syscall (darwin-arm64), const F_PATHPKG_CHECK = 52
    pkg syscall (darwin-arm64), const F_PATHPKG_CHECK ideal-int
    pkg syscall (darwin-arm64), const F_PEOFPOSMODE = 3
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-15470`](https://youtrack.jetbrains.com/issue/KT-15470) Inconsistency: use-site 'set' target is a compilation error, use-site 'get' target is ok
    - [`KT-57179`](https://youtrack.jetbrains.com/issue/KT-57179) FIR: preserve prefix increment behavior like in K1 by calling getter twice
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
Back to top