Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LiteralType (0.24 sec)

  1. doc/go1.17_spec.html

    They consist of the type of the literal followed by a brace-bound list of elements.
    Each element may optionally be preceded by a corresponding key.
    </p>
    
    <pre class="ebnf">
    CompositeLit  = LiteralType LiteralValue .
    LiteralType   = StructType | ArrayType | "[" "..." "]" ElementType |
                    SliceType | MapType | TypeName .
    LiteralValue  = "{" [ ElementList [ "," ] ] "}" .
    ElementList   = KeyedElement { "," KeyedElement } .
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top