Skip to main content

UVarVec

Type Alias UVarVec 

Source
pub type UVarVec<T> = VarVec<T, LE>;
Expand description

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

Aliased Typeยง

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