Structs§
- Libfunc for converting
Nullable<T>
to eitherBox<T>
or nothing (in the case ofnull
). - Libfunc for creating a null object of type
Nullable<T>
. - Libfunc for converting
@Nullable<T>
intoNullable<@T>
. - Libfunc for converting
Box<T>
toNullable<T>
. - A type that holds a possibly-null pointer to an object.
Enums§
Functions§
- Helper for getting the type
Nullable<T>
.