Crate untagged_option [−] [src]
Provides an unsafe tagless alternative to Option<T>
that uses less memory.
Nightly-only. #![no_std]
.
Unions
UntaggedOption |
A union which either holds a |
Provides an unsafe tagless alternative to Option<T>
that uses less memory.
Nightly-only. #![no_std]
.
UntaggedOption |
A union which either holds a |