Type Alias UIntVec

Source
pub type UIntVec<T> = IntVec<T, LE>;
Expand description

An IntVec for unsigned integers with Little-Endian bit layout.

Aliased Typeยง

pub struct UIntVec<T> { /* private fields */ }