BEFixedVec

Type Alias BEFixedVec 

Source
pub type BEFixedVec<B = Vec<u64>> = FixedVec<u64, u64, BE, B>;
Expand description

A FixedVec for u64 elements with a u64 backend and Big-Endian layout.

Aliased Typeยง

pub struct BEFixedVec<B = Vec<u64>> { /* private fields */ }