Type Alias LESIntVec

Source
pub type LESIntVec = IntVec<i64, LE>;
Expand description

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

Aliased Typeยง

pub struct LESIntVec { /* private fields */ }