BESFixedVec

Type Alias BESFixedVec 

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

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

Aliased Typeยง

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