Skip to main content

Mojo module

unsafe_nullable_pointer

A temporary UnsafeNullablePointer type used to help transition users of UnsafePointer to Optional[UnsafePointer] for explicit nullability.

Structs

  • UnsafeNullablePointer: A temporary UnsafeNullablePointer type used to help transition users of UnsafePointer to Optional[UnsafePointer] for explicit nullability.

Was this page helpful?