Skip to main content

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

Functions

  • bitcast: Bitcasts a SIMD value to another SIMD value.

Was this page helpful?