pub type UIntVec<T> = IntVec<T, LE>;
An IntVec for unsigned integers with Little-Endian bit layout.
IntVec
pub struct UIntVec<T> { /* private fields */ }