So while you could create your own wrapper that ma...
# language-proposals
f
So while you could create your own wrapper that makes a new extension property
Collection.func
out of each of those, it would be useful to instead pipe that object through the first parameter in each of those functions, as an 'implicit receiver':
myCollection |> func( ... remaining params ... )