Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for convention (0.24 sec)

  1. doc/go1.17_spec.html

    </p>
    
    
    <h3 id="Conversions">Conversions</h3>
    
    <p>
    A conversion changes the <a href="#Types">type</a> of an expression
    to the type specified by the conversion.
    A conversion may appear literally in the source, or it may be <i>implied</i>
    by the context in which an expression appears.
    </p>
    
    <p>
    An <i>explicit</i> conversion is an expression of the form <code>T(x)</code>
    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)
  2. doc/asm.html

    (The meaning of the offset—offset from the frame pointer—distinct
    from its use with <code>SB</code>, where it is an offset from the symbol.)
    The assembler enforces this convention, rejecting plain <code>0(FP)</code> and <code>8(FP)</code>.
    The actual name is semantically irrelevant but should be used to document
    the argument's name.
    It is worth stressing that <code>FP</code> is always a
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  3. doc/go_spec.html

    </p>
    
    
    <h3 id="Conversions">Conversions</h3>
    
    <p>
    A conversion changes the <a href="#Types">type</a> of an expression
    to the type specified by the conversion.
    A conversion may appear literally in the source, or it may be <i>implied</i>
    by the context in which an expression appears.
    </p>
    
    <p>
    An <i>explicit</i> conversion is an expression of the form <code>T(x)</code>
    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