I'd like to have a generic enum backed by `IntBuff...
# announcements
e
I'd like to have a generic enum backed by `IntBuffer`s, which may lie perfectly fine in the enum companion object (and being so large as the enum values array) How may I create extension function of a generic enum which can somehow refer to that
IntBuffer
in the corresponding companion object?