pub type USeqVec<T, B = Vec<u64>> = SeqVec<T, LE, B>;Expand description
A SeqVec for unsigned integers with little-endian bit ordering.
Use this type alias for sequences of unsigned integer values stored with little-endian bit ordering.
Aliased Typeยง
pub struct USeqVec<T, B = Vec<u64>> { /* private fields */ }