Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save macbaszii/b649b39538f13206fa49 to your computer and use it in GitHub Desktop.
func plusThree(addend: Int) -> Int {
return addend + 3
}
Optional.Some(2).map(plusThree)
// => .Some(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment