Possseidon / dang-lib

A C++ library, providing a variety of useful classes focused around game developement.
3 stars 1 forks source link

Use `BitSetMeta` for `EnumSet`. #126

Open Possseidon opened 2 years ago

Possseidon commented 2 years ago

BitSetMeta and friends provide a nice abstraction around any bitset that is stored in continuous memory.