Join Slack
Communities
Powered by
Is there an elegant way to implement platform-agno...
# announcements
d
Dominaezzz
09/07/2018, 7:54 PM
Is there an elegant way to implement platform-agnostic type-safe bit flags in Kotlin?
k
karelpeeters
09/07/2018, 9:03 PM
What exactly do you want?
d
Dominaezzz
09/07/2018, 9:09 PM
Type safe bit flags.
Dominaezzz
09/07/2018, 9:10 PM
Like enums that can be `or`ed or `and`ed.
g
gildor
09/08/2018, 2:43 AM
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
18
Views
Open in Slack
Previous
Next