LESFixedVec

Type Alias LESFixedVec 

Source
pub type LESFixedVec<B = Vec<u64>> = FixedVec<i64, u64, LE, B>;
Expand description

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

Aliased Typeยง

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