Hi there! The pipes section states
All the operators have a precedence in-between function composition pipes and comparisons
while the function composition section says
Forwards and backwards function composition pipes... have precedence in-between None-coalescing and normal pipes.
Don't these statements conflict with each other? I was wondering if someone could clarify what the actual precedence is of these operators.
Hi there! The pipes section states
while the function composition section says
Don't these statements conflict with each other? I was wondering if someone could clarify what the actual precedence is of these operators.