Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Created August 24, 2015 05:45
Show Gist options
  • Select an option

  • Save macbaszii/68466ca3199759115498 to your computer and use it in GitHub Desktop.

Select an option

Save macbaszii/68466ca3199759115498 to your computer and use it in GitHub Desktop.
Optional.Some(2).map { $0 + 3 }
// => .Some(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment