BitSet512

Type Alias BitSet512 

Source
pub type BitSet512 = BitSet<[u64; 8]>;
Expand description

A bit set able to hold up to 512 elements

Aliased Typeยง

pub struct BitSet512 { /* private fields */ }