<@U2H3SABQF> I think it's better not to introduce ...
# announcements
i
@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