Vec32<T>
, a version of Vec<T>
that is indexed by u32
instead of usize
,
for a slight reduction in size on 64-bit platforms.
Vec32<T>
, a version of Vec<T>
that is indexed by u32
instead of usize
,
for a slight reduction in size on 64-bit platforms.