Modules§
Structs§
- OptArray
Vec - A vector-like container that does not store its length directly, but rather retrieves them through inner options
I highly discourage using this if
size_of::<Yourtype>
!=size_of::<Option<Yourtype>>
size_of::<Yourtype>
!= size_of::<Option<Yourtype>>