BitSet128

Type Alias BitSet128 

Source
pub type BitSet128 = BitSet<u64, 2>;
Expand description

A bit set able to hold up to 128 elements.

Aliased Typeยง

pub struct BitSet128 { /* private fields */ }