Join Slack
Powered by
<@U2H3SABQF> I think it's better not to introduce ...
# announcements
i
ilya.gorbunov
10/10/2016, 6:17 PM
@elect
I think it's better not to introduce enum members like FORMAT_FIRST, but rather define them as synonyms of existing members in enum's companion:
Copy code
companion object { val FORMAT_FIRST = FORMAT_RG4_UNORM_PACK8 ]
👍 2
Open in Slack
Previous
Next