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