pub type BESSeqVec<T, B = Vec<u64>> = SeqVec<T, BE, B>;
A SeqVec for signed integers with big-endian bit ordering.
SeqVec
Signed integers are transparently encoded using zig-zag encoding via the Storable trait.
Storable
pub struct BESSeqVec<T, B = Vec<u64>> { /* private fields */ }