BitSet16

Type Alias BitSet16 

Source
pub type BitSet16 = BitSet<u16, 1>;
Expand description

A bit set able to hold up to 16 elements.

Aliased Typeยง

pub struct BitSet16 { /* private fields */ }