Join Slack
Powered by
Can an `actual` implementation of `enum class` ren...
# multiplatform
m
Marc Knaup
03/12/2019, 9:39 PM
Can an
actual
implementation of
enum class
rename values? E.g.
expected enum class DayOfWeek { monday, … }
But
java.time.DayOfWeek
calls it
MONDAY
, …?
Open in Slack
Previous
Next