Greetings, is it possible to create an extension f...
# effective-kotlin
k
Greetings, is it possible to create an extension function on a specific Enum value?
🚫 1
x
Extension functions are defined on types, not objects. An enum value is an object ot the enum type