Mastering macOS Programming
上QQ阅读APP看书,第一时间看更新

Postfix operators

These are operators that are placed after their operand, for example the ? operator:

if unwrapped = myVar? {...}