Does anybody know how to use an extension function...
# announcements
j
Does anybody know how to use an extension function like this?
operator fun <O> (KTON.() -> O).unaryPlus() { arrays.add(kton(this)) }
Reason being I want to change
arr {
to
+{
in my project: https://github.com/Jire/KTON