Join Slack
Powered by
or just make smth like `fun ((X, Y, Z) -> XYZ)....
# arrow
t
themishkun
02/16/2018, 8:36 PM
or just make smth like
fun ((X, Y, Z) -> XYZ).tupled() = { (x, y, z): Tuple<X, Y, Z> -> invoke(x, y, z) }
and pass that😅
Open in Slack
Previous
Next