Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 102 of 102 for ArrayType (0.29 sec)

  1. doc/go_spec.html

    </p>
    
    <pre class="ebnf">
    Type      = TypeName [ TypeArgs ] | TypeLit | "(" Type ")" .
    TypeName  = identifier | QualifiedIdent .
    TypeArgs  = "[" TypeList [ "," ] "]" .
    TypeList  = Type { "," Type } .
    TypeLit   = ArrayType | StructType | PointerType | FunctionType | InterfaceType |
                SliceType | MapType | ChannelType .
    </pre>
    
    <p>
    The language <a href="#Predeclared_identifiers">predeclares</a> certain type names.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg debug/dwarf, type AddrType struct
    pkg debug/dwarf, type AddrType struct, embedded BasicType
    pkg debug/dwarf, type ArrayType struct
    pkg debug/dwarf, type ArrayType struct, Count int64
    pkg debug/dwarf, type ArrayType struct, StrideBitSize int64
    pkg debug/dwarf, type ArrayType struct, Type Type
    pkg debug/dwarf, type ArrayType struct, embedded CommonType
    pkg debug/dwarf, type Attr uint32
    pkg debug/dwarf, type BasicType struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top