what is the difference between an operator and inf...
# announcements
f
what is the difference between an operator and infix function
p
Infix functions are called between their two arguments. Operator functions use reserved names or symbols.
f
ok thanks
k
Also operators have a special precedence while infix have the lowest precedence possible iirc