You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>.
The text was updated successfully, but these errors were encountered:
After NonZero optimizations are stabilized (rust-lang/rust#27730) this crate should use
Unique<T>
or equivalent, so thatOption<Vec32<T>>
is the same size asVec32<T>
.The text was updated successfully, but these errors were encountered: