BitSet1024

Type Alias BitSet1024 

Source
pub type BitSet1024 = BitSet<u64, 16>;
Expand description

A bit set able to hold up to 1024 elements.

Aliased Typeยง

pub struct BitSet1024 { /* private fields */ }