thank you, I give up, I’ll use a `(Foo)->Unit`...
# announcements
n
thank you, I give up, I’ll use a
(Foo)->Unit
instead 😁
g
For now you can use this way to define such pair
Copy code
val fn : FooExt = { 
}   // compiles
val item : Pair<Int,FooExt> = 1 to fn