Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for __typename (0.44 sec)

  1. api/go1.5.txt

    pkg go/types, method (*TypeName) Exported() bool
    pkg go/types, method (*TypeName) Id() string
    pkg go/types, method (*TypeName) Name() string
    pkg go/types, method (*TypeName) Parent() *Scope
    pkg go/types, method (*TypeName) Pkg() *Package
    pkg go/types, method (*TypeName) Pos() token.Pos
    pkg go/types, method (*TypeName) String() string
    pkg go/types, method (*TypeName) Type() Type
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    to those values. A type may be denoted by a <i>type name</i>, if it has one,
    or specified using a <i>type literal</i>, which composes a type from existing types.
    </p>
    
    <pre class="ebnf">
    Type      = TypeName | TypeLit | "(" Type ")" .
    TypeName  = identifier | QualifiedIdent .
    TypeLit   = ArrayType | StructType | PointerType | FunctionType | InterfaceType |
    	    SliceType | MapType | ChannelType .
    </pre>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. 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)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Flags uint64
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Fsid Fsid
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Fstypename [16]int8
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Iosize uint64
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [88]int8
    pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. api/go1.18.txt

    pkg go/types, func NewSignature //deprecated
    pkg go/types, func NewSignatureType(*Var, []*TypeParam, []*TypeParam, *Tuple, *Tuple, bool) *Signature
    pkg go/types, func NewTerm(bool, Type) *Term
    pkg go/types, func NewTypeParam(*TypeName, Type) *TypeParam
    pkg go/types, func NewUnion([]*Term) *Union
    pkg go/types, method (*ArgumentError) Error() string
    pkg go/types, method (*ArgumentError) Unwrap() error
    pkg go/types, method (*Interface) IsComparable() bool
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 13K bytes
    - Viewed (0)
  6. 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)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Statfs_t struct, Flags uint64
    pkg syscall (freebsd-arm64), type Statfs_t struct, Fsid Fsid
    pkg syscall (freebsd-arm64), type Statfs_t struct, Fstypename [16]int8
    pkg syscall (freebsd-arm64), type Statfs_t struct, Iosize uint64
    pkg syscall (freebsd-arm64), type Statfs_t struct, Mntfromname [1024]int8
    pkg syscall (freebsd-arm64), type Statfs_t struct, Mntonname [1024]int8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (darwin-386), type Statfs_t struct, Fsid Fsid
    pkg syscall (darwin-386), type Statfs_t struct, Fssubtype uint32
    pkg syscall (darwin-386), type Statfs_t struct, Fstypename [16]int8
    pkg syscall (darwin-386), type Statfs_t struct, Iosize int32
    pkg syscall (darwin-386), type Statfs_t struct, Mntfromname [1024]int8
    pkg syscall (darwin-386), type Statfs_t struct, Mntonname [1024]int8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. api/go1.9.txt

    pkg encoding/csv, type Reader struct, ReuseRecord bool
    pkg encoding/json, func Valid([]uint8) bool
    pkg go/ast, type TypeSpec struct, Assign token.Pos
    pkg go/types, func SizesFor(string, string) Sizes
    pkg go/types, method (*TypeName) IsAlias() bool
    pkg hash/fnv, func New128() hash.Hash
    pkg hash/fnv, func New128a() hash.Hash
    pkg html/template, const ErrPredefinedEscaper = 11
    pkg html/template, const ErrPredefinedEscaper ErrorCode
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Statfs_t struct, Flags uint64 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Fsid Fsid #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Fstypename [16]int8 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Iosize uint64 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntfromname [1024]int8 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top