Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save macbaszii/6d253927e205dc2f31a0 to your computer and use it in GitHub Desktop.
enum Optional<T> {
case None
case Some(T)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment