Mojo module
unsafe
Implements types that work with unsafe pointers.
You can import these APIs from the memory
package. For example:
from memory import bitcast
from memory import bitcast
Functions
-
bitcast
: Bitcasts a SIMD value to another SIMD value. -
pack_bits
: Packs a SIMD bool into an integer.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!