BitSet256

Type Alias BitSet256 

Source
pub type BitSet256 = BitSet<[u64; 4]>;
Expand description

A bit set able to hold up to 256 elements

Aliased Typeยง

pub struct BitSet256 { /* private fields */ }