In R, one can pipe with assignment using library "pipeR 
<https://github.com/renkun-ken/pipeR>". Julia only provide a simple pipe 
operator "|>". If I want pipe with assignment, what shall I do?
For example:
x|>f(.,y)

function f have two arguments, I want above expression is equivalent to 
f(x,y).


Reply via email to