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