BitSet64

Type Alias BitSet64 

Source
pub type BitSet64 = BitSet<[u64; 1]>;
Expand description

A bit set able to hold up to 64 elements

Aliased Typeยง

pub struct BitSet64 { /* private fields */ }