Skip to content

Instantly share code, notes, and snippets.

@yuanw
Created June 11, 2014 04:52
Show Gist options
  • Select an option

  • Save yuanw/23f6d00a254705a076a5 to your computer and use it in GitHub Desktop.

Select an option

Save yuanw/23f6d00a254705a076a5 to your computer and use it in GitHub Desktop.
Optional typing in Swift
let firstFloat: Float = 4
let secondFloat = 4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment