Skip to content

Instantly share code, notes, and snippets.

@KentarouKanno
Last active February 7, 2016 08:18
Show Gist options
  • Save KentarouKanno/12900e600755d75ac746 to your computer and use it in GitHub Desktop.
Save KentarouKanno/12900e600755d75ac746 to your computer and use it in GitHub Desktop.
Types

Type

★ Bool

let boolValue = true
let boolValue = false

var boolValue = Bool(-1) 
//=> true

var boolValue = Bool(0) 
//=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment