pub type LESFixedVec<B = Vec<u64>> = FixedVec<i64, u64, LE, B>;
A FixedVec for i64 elements with a u64 backend and Little-Endian layout.
FixedVec
i64
u64
pub struct LESFixedVec<B = Vec<u64>> { /* private fields */ }