Skip to main content

BESeqVec

Type Alias BESeqVec 

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

A SeqVec with big-endian bit ordering.

Aliased Typeยง

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