Is there an elegant way to implement platform-agno...
# announcements
d
Is there an elegant way to implement platform-agnostic type-safe bit flags in Kotlin?
k
What exactly do you want?
d
Type safe bit flags.
Like enums that can be `or`ed or `and`ed.
g
There is no EnumSet on common apos, as I know Good opportunity for a small library, maybe even propose to add it to stdlib later