
This rotates the order of the arguments such that the one named in param_name comes first and then calls the function.
pipe_into(x, param_name, fun, ...)
value to be piped into fun
name of the argument that x should be assigned to
function
further arguments for fun