Bugs that i had faced
Friday, June 26, 2015
Swift ?? operator
The
nil coalescing operator
(
a ?? b
) unwraps an optional
a
if it contains a value, or returns a default value
b
if
a
is
nil
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment