Created
September 2, 2014 20:37
-
-
Save jbrennan/3790952576be9989978b to your computer and use it in GitHub Desktop.
Boooleans in Swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typealias Boool = Bool? // Can be true, false, or nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment