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