Type Alias LEIntVec

Source
pub type LEIntVec = IntVec<u64, LE>;
Expand description

An IntVec for u64 elements with Little-Endian bit layout.

Aliased Typeยง

pub struct LEIntVec { /* private fields */ }