Mojo module
unsafe_pointer
Implement a generic unsafe pointer type.
You can import these APIs from the memory
package. For example:
from memory import UnsafePointer
from memory import UnsafePointer
Structs
-
UnsafePointer
: This is a pointer type that can point to any generic value that is movable.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
😔 What went wrong?