They are suggesting to replace `a(x)` with `x |&gt...
# language-proposals
e
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