Join Slack
Powered by
``` enum class A { one, two, three} println(A.two....
# getting-started
s
s.luhmirins
05/22/2017, 1:49 PM
Copy code
enum class A { one, two, three} println(A.two.ordinal) println(A.values()[2])
this works in REPL
2
Views
Open in Slack
Previous
Next