Implementation details backing the BitSet alias.
Types
Name |
Description |
A bitset implementation backed by a single integer of type I. |
|
A bitset implementation backed by N integers of type I. |
Functions
Name |
Description |
Count the number of bits set in an unsigned integer type. |
|
Return an object with the binary AND between respective bits from a and b. |
|
Return an object with the binary AND NOT between respective bits from a and b. |
|
Return an object with the binary XOR between respective bits from a and b. |
|
Return an object with the binary OR between respective bits from a and b. |
|
Swap two bitsets. |
|
Equality operators |
Created with MrDocs