Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for berate (0.17 sec)

  1. doc/go1.17_spec.html

    </pre>
    
    <h3 id="Composite_literals">Composite literals</h3>
    
    <p>
    Composite literals construct values for structs, arrays, slices, and maps
    and create a new value each time they are evaluated.
    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 .
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top