Closed
Description
After NonZero optimizations are stabilized (rust-lang/rust#27730) this crate should use Unique<T>
or equivalent, so that Option<Vec32<T>>
is the same size as Vec32<T>
.
Metadata
Metadata
Assignees
Labels
No labels
After NonZero optimizations are stabilized (rust-lang/rust#27730) this crate should use Unique<T>
or equivalent, so that Option<Vec32<T>>
is the same size as Vec32<T>
.