Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Created August 24, 2015 10:19
Show Gist options
  • Select an option

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

Select an option

Save macbaszii/4fae5f4fd827732b287e to your computer and use it in GitHub Desktop.
Optional(3) >>- half
// .None
Optional(4) >>- half
// 2
Optional.None >>- half
// .None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment