BitSet8

Type Alias BitSet8 

Source
pub type BitSet8 = BitSet<u8, 1>;
Expand description

A bit set able to hold up to 8 elements.

Aliased Typeยง

pub struct BitSet8 { /* private fields */ }