24 earlier thoughts
The postfix ? (at least after a type T) is just syntactic sugar for Optional<T> which is a enum of None and Some(T) which conforms to the LogicValue protocol.
?
T
Optional<T>
enum
None
Some(T)
LogicValue
UPDATE: but now see https://thoughtstreams.io/jtauber/new-in-swift-beta-5/
6 later thoughts
Keyboard navigation
c
g
j
←
k
→
p
s
ctrl + enter
alt + enter
esc