Operators naming looks OK with infix usage (as ope...
# language-proposals
m
Operators naming looks OK with infix usage (as operators are used), but suggested naming is suitable for prefix naming:
Copy code
add(a, b) == a plus b
sub(a, b) == a minus b
mul(a, b) == a times b