Skip to content

Instantly share code, notes, and snippets.

@kuyazee
Created October 18, 2018 13:17
Show Gist options
  • Save kuyazee/c24df1b59b3e2d6893bf5c0c30c5c8d6 to your computer and use it in GitHub Desktop.
Save kuyazee/c24df1b59b3e2d6893bf5c0c30c5c8d6 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