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