- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Package_unsafe (0.09 sec)
-
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
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
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>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)