Skip to main content

BESSeqVec

Type Alias BESSeqVec 

Source
pub type BESSeqVec<T, B = Vec<u64>> = SeqVec<T, BE, B>;
Expand description

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

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

Aliased Typeยง

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