Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompositeLit (0.35 sec)

  1. doc/go1.17_spec.html

    operand only on the left-hand side of an <a href="#Assignments">assignment</a>.
    </p>
    
    <pre class="ebnf">
    Operand     = Literal | OperandName | "(" Expression ")" .
    Literal     = BasicLit | CompositeLit | FunctionLit .
    BasicLit    = int_lit | float_lit | imaginary_lit | rune_lit | string_lit .
    OperandName = identifier | QualifiedIdent .
    </pre>
    
    <h3 id="Qualified_identifiers">Qualified identifiers</h3>
    
    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