Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for __typename (0.17 sec)

  1. doc/go_spec.html

    A type may also be specified using a <i>type literal</i>, which composes a type
    from existing types.
    </p>
    
    <pre class="ebnf">
    Type      = TypeName [ TypeArgs ] | TypeLit | "(" Type ")" .
    TypeName  = identifier | QualifiedIdent .
    TypeArgs  = "[" TypeList [ "," ] "]" .
    TypeList  = Type { "," Type } .
    TypeLit   = ArrayType | StructType | PointerType | FunctionType | InterfaceType |
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), type Statfs_t struct, Fsid Fsid
    pkg syscall (darwin-arm64), type Statfs_t struct, Fssubtype uint32
    pkg syscall (darwin-arm64), type Statfs_t struct, Fstypename [16]int8
    pkg syscall (darwin-arm64), type Statfs_t struct, Iosize int32
    pkg syscall (darwin-arm64), type Statfs_t struct, Mntfromname [1024]int8
    pkg syscall (darwin-arm64), type Statfs_t struct, Mntonname [1024]int8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top