Is it correct that there's a precedence issue that...
# announcements
e
Is it correct that there's a precedence issue that can't be resolved due to binary compatibility regarding
infix
call results and the call's RHS argument that prevents you from chaining operations after the result of each infix operation (and instead anything after the operation is applied to the RHS argument instead of the result as a whole)?