mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
Add a new bitset class which allows for arbitrarily-large bit sets, with specializations for 32 and 64 bit sets. Eventually the enum_bitfields code should probably be reconsidered and moved to bitsets, since it doesn't work everywhere.