LEFixedVec

Type Alias LEFixedVec 

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

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

Aliased Typeยง

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