Skip to main content

BoxedBitSlice

Type Alias BoxedBitSlice 

Source
pub type BoxedBitSlice<const N: usize, Repr, Perm = Dense, Len = Dynamic> = BitSliceBase<N, Repr, Poly<[u8], GlobalAllocator>, Perm, Len>;
Expand description

The layout for N-bit integers that own the underlying slice.

Aliased Typeยง

pub struct BoxedBitSlice<const N: usize, Repr, Perm = Dense, Len = Dynamic> { /* private fields */ }