Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Package_unsafe (0.36 sec)

  1. doc/go_spec.html

    the result value of some built-in functions such as
    <code>min</code> or <code>max</code> applied to constant arguments,
    <code>unsafe.Sizeof</code> applied to <a href="#Package_unsafe">certain values</a>,
    <code>cap</code> or <code>len</code> applied to
    <a href="#Length_and_capacity">some expressions</a>,
    <code>real</code> and <code>imag</code> applied to a complex constant
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    All other conversions only change the type but not the representation
    of <code>x</code>.
    </p>
    
    <p>
    There is no linguistic mechanism to convert between pointers and integers.
    The package <a href="#Package_unsafe"><code>unsafe</code></a>
    implements this functionality under
    restricted circumstances.
    </p>
    
    <h4>Conversions between numeric types</h4>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top