Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for void (0.13 sec)

  1. doc/go_spec.html

    </p>
    
    <pre class="grammar">
    uint     either 32 or 64 bits
    int      same size as uint
    uintptr  an unsigned integer large enough to store the uninterpreted bits of a pointer value
    </pre>
    
    <p>
    To avoid portability issues all numeric types are <a href="#Type_definitions">defined
    types</a> and thus distinct except
    <code>byte</code>, which is an <a href="#Alias_declarations">alias</a> for <code>uint8</code>, and
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top