- Mastering macOS Programming
- Stuart Grimshaw
- 33字
- 2025-04-04 19:10:25
Infix operators
These are operators that are placed between two operands, for example the % operator:
let a = 23 % 5
So the syntax for using our new operator will be -><-someGridMovement.