Skip to main content

BitSlice

Type Alias BitSlice 

Source
pub type BitSlice<'a, const N: usize, Repr, Perm = Dense, Len = Dynamic> = BitSliceBase<N, Repr, SlicePtr<'a, u8>, Perm, Len>;
Expand description

The layout for N-bit integers that references a raw underlying slice.

Aliased Typeยง

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