Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for zeroKey (0.04 sec)

  1. doc/go1.17_spec.html

    for strings, and <code>nil</code> for pointers, functions, interfaces, slices, channels, and maps.
    This initialization is done recursively, so for instance each element of an
    array of structs will have its fields zeroed if no value is specified.
    </p>
    <p>
    These two simple declarations are equivalent:
    </p>
    
    <pre>
    var i int
    var i int = 0
    </pre>
    
    <p>
    After
    </p>
    
    <pre>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top