Closed afranchuk closed 1 month ago
Not sure I see the point of this? NonZeroUsize is literally just a type alias for NonZero<usize>.
NonZeroUsize
NonZero<usize>
Generic NonZero<T> is only available since 1.79.0.
NonZero<T>
Not sure I see the point of this?
NonZeroUsize
is literally just a type alias forNonZero<usize>
.