Skip to main content

MutBitSlice

Type Alias MutBitSlice 

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

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

Aliased Typeยง

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