Pipe provides functional composition with reversed order. First function
may have any arity and all other functions are called with only single
argument (result from previous function application).
In case when first function is not provided, pipe returns identity function.
Pipe function calls
Pipe provides functional composition with reversed order. First function may have any arity and all other functions are called with only single argument (result from previous function application).
In case when first function is not provided, pipe returns identity function.