Type Definition rbitset::BitSet64

source · []
pub type BitSet64 = BitSet<u64, 1>;
Expand description

A bit set able to hold up to 64 elements.