Swift Programming Language

New in Swift Beta 5

2 thoughts
last posted Aug. 6, 2014, 9:40 p.m.
0
get stream as: markdown or atom
0

The LogicValue protocol is now BooleanType (this change may have been in Beta 4)

0

Optionals no longer conform to BooleanType so you have to explicitly do a == nil or != nil.