[Python-ideas] IntFlags

Serhiy Storchaka storchaka at gmail.com
Fri Mar 6 01:41:18 CET 2015


On 05.03.15 22:27, Greg Ewing wrote:
> Or perhaps BitSet, emphasising set-like behaviour.

bitset in C++ and BitSet in Java are fixed-size arrays of booleans. They 
support such operations as changing a range of bits, but are not 
compatible with ints and sets.



More information about the Python-ideas mailing list