pub type SIntVec<T> = IntVec<T, LE>;
An IntVec for signed integers with Little-Endian bit layout.
IntVec
pub struct SIntVec<T> { /* private fields */ }