Join Slack
Powered by
How do I call this function? ```fun <B: (B) -&g...
# functional
d
dstarcev
01/30/2017, 1:42 PM
How do I call this function?
Copy code
fun <B: (B) -> B> rec(arg: B): B { return arg(arg) }
🧌 2
2
Views
Open in Slack
Previous
Next