Skip to main content

SVarVec

Type Alias SVarVec 

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

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

Aliased Typeยง

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