Type Definition rbitset::BitSet256

source · []
pub type BitSet256 = BitSet<u64, 4>;
Expand description

A bit set able to hold up to 256 elements.