A collection of bits organized as an array of bits, in which each bit can be accessed separately. For C++ bitsets, prefer the tag std-bitset
A collection of bits organized as an array of bits, in which each bit can be accessed separately.
Usage guidelines:
- For C++ bitsets, prefer the tag std-bitset.
Related tags, with slighly differences: