Type Alias BESIntVec

Source
pub type BESIntVec = IntVec<i64, BE>;
Expand description

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

Aliased Typeยง

pub struct BESIntVec { /* private fields */ }