That works, but I was wondering if I could get rid...
# random
x
That works, but I was wondering if I could get rid of the separate
operator fun
declaration (something like
enum class Operation(operator val invoke: (Int) -> Int) {…}
)