Skip to content

Instantly share code, notes, and snippets.

@raonivaladares
Created October 13, 2018 11:56
Show Gist options
  • Save raonivaladares/8dd21c3756eb486fa3d1709b8f86881f to your computer and use it in GitHub Desktop.
Save raonivaladares/8dd21c3756eb486fa3d1709b8f86881f to your computer and use it in GitHub Desktop.
enum Result<Value> {
case success(Value)
case failure(Error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment