ReadonlyclearThe value returned by the bitset when it is in a fully cleared state.
ReadonlysizeTotal number of bits in the set.
Counts bits matching the requested value.
Bit value to count (true or false).
Number of matching bits.
Finds the first bit matching the requested value.
Bit value to search for.
The first matching index, or -1 if none was found.
Iterates over the bits that differ between this set and other.
Only the range both sets have in common is compared, so a longer set keeps its trailing bits to itself.
Bitset to compare against.
Called for every differing index with the bit other holds there.
Returns the bit value at the specified index.
Bit index.
Bit value at the given index.
Read-only bitset interface.
Provides access to bit values, search helpers, and filtered iteration.