Skip to main content

SSeqVec

Type Alias SSeqVec 

Source
pub type SSeqVec<T, B = Vec<u64>> = SeqVec<T, LE, B>;
Expand description

A SeqVec for signed integers with little-endian bit ordering.

Signed integers are transparently encoded using zig-zag encoding via the Storable trait.

Aliased Typeยง

pub struct SSeqVec<T, B = Vec<u64>> { /* private fields */ }