Join Slack
Communities
Powered by
They are suggesting to replace `a(x)` with `x |>...
# language-proposals
e
elizarov
10/29/2016, 6:48 PM
They are suggesting to replace
a(x)
with
x |> a
. In Kotlin, this is achieved using
extension function
. You define
b
as an extension function and use it as
x.a
Open in Slack
Previous
Next