Is there any plan to add some non-reified `enumEnt...
# stdlib
m
Is there any plan to add some non-reified
enumEntries
? e.g.
fun <E: Enum<E>> enumEntries(clazz: Class<E>): EnumEntries<E>
e
Can you provide more information on the use case? You don’t want to have it inlined?
m
I'd want to write something in the vein of EnumSet that also interops with Java
👍 1