- Mastering macOS Programming
- Stuart Grimshaw
- 21字
- 2021-07-02 22:54:38
Postfix operators
These are operators that are placed after their operand, for example the ? operator:
if unwrapped = myVar? {...}
These are operators that are placed after their operand, for example the ? operator:
if unwrapped = myVar? {...}