Join Slack
Communities
Powered by
Any equivalent of EnumSet for KotlinJS - I'd like ...
# javascript
e
Eamonn Boyle
08/20/2020, 9:31 AM
Any equivalent of EnumSet for KotlinJS - I'd like to have a "Flags" type enum that I can do bitwise OR and AND
🚫 1
😜 1
t
turansky
08/20/2020, 9:37 AM
Do you need external flags?
turansky
08/20/2020, 9:40 AM
Solution for external flags you can find here -
https://github.com/turansky/yfiles-kotlin#flags
turansky
08/20/2020, 9:41 AM
Most cases will work the same way for ordinal classes
e
Eamonn Boyle
08/20/2020, 10:29 AM
Cheers
8
Views
Open in Slack
Previous
Next