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