I did this because EnumSet is in fact a bit set (if it’s not a JumboEnumSet) but it can’t be used as such. I ended up writing a complete library for domain bit sets.
Project website: http://claude-martin.ch/enumbitset/
Project home @ GitHub: https://github.com/claudemartin/enum-bit-set
One thought on “EnumBitSet”