Type Alias SIntVec

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

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

Aliased Typeยง

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