You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generally agree that the pipe operators are very useful, would be great to see them in the language. They might even be the excuse we need to get rid of extension methods. To avoid the ASCII soup of |>, ||> and |||>, we might want to introduce 2 flavors of the operators, one that splats the tuple and one that does not.
It's not really something Kotlin has, but regardless, forward pipe operator
|>
and backward pipe operator<|
like in F# might be a great addition.The text was updated successfully, but these errors were encountered: