pub type LEIntVec = IntVec<u64, LE>;
An IntVec for u64 elements with Little-Endian bit layout.
IntVec
u64
pub struct LEIntVec { /* private fields */ }