Type Alias BEIntVec

Source
pub type BEIntVec = IntVec<u64, BE>;
Expand description

An IntVec for u64 elements with Big-Endian bit layout.

Aliased Typeยง

pub struct BEIntVec { /* private fields */ }