summaryrefslogtreecommitdiff
path: root/AK/ArbitrarySizedEnum.h
AgeCommit message (Collapse)Author
2022-03-27AK: Add an ArbitrarySizedEnum templateLinus Groh
This is an enum-like type that works with arbitrary sized storage > u64, which is the limit for a regular enum class - which limits it to 64 members when needing bit field behavior. Co-authored-by: Ali Mohammad Pur <mpfard@serenityos.org>