Skip to content

Instantly share code, notes, and snippets.

@EJSohn
Created May 2, 2018 12:34
Show Gist options
  • Select an option

  • Save EJSohn/db560969733e9d0f2d2de2150c9d1558 to your computer and use it in GitHub Desktop.

Select an option

Save EJSohn/db560969733e9d0f2d2de2150c9d1558 to your computer and use it in GitHub Desktop.
public enum Result<Value> {
case Success(Value)
case Failure(NSData?, ErrorType)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment