std::collections::bitset {SIZE}

Public

Types

NameDescription
BitSet

Functions

NameDescription
bitset::cardinality
bitset::xorPerform xor over all bits, returning a new bit set.
bitset::orPerform or over all bits, returning a new bit set.
bitset::unsetUnset (clear) a bit in the bitset.
bitset::xor_selfPerform xor over all bits, mutating itself
bitset::or_selfPerform or over all bits, mutating itself
bitset::setSet a bit in the bitset.
bitset::lenReturn the number of bits.
bitset::getGet a particular bit in the bitset
bitset::set_boolChange a particular bit in the bitset
bitset::and_selfPerform & over all bits, mutating itself.
bitset::andPerform & over all bits, returning a new bit set.

Globals

NameDescription
SZ
BITS