Macro.pipe

You're seeing just the function pipe, go back to Macro module for more information.
Link to this function

pipe(expr, call_args, position)

View Source

Specs

pipe(t(), t(), integer()) :: t()

Pipes expr into the call_args at the given position.