- Mastering macOS Programming
- Stuart Grimshaw
- 21字
- 2025-04-04 19:10:25
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? {...}