Skip to content

Instantly share code, notes, and snippets.

@kuyazee
Created October 18, 2018 13:22
Show Gist options
  • Save kuyazee/ca889ffba6d95997231a6119a0d5a6e5 to your computer and use it in GitHub Desktop.
Save kuyazee/ca889ffba6d95997231a6119a0d5a6e5 to your computer and use it in GitHub Desktop.
extension Result where Value == Void {
static func success() -> Result {
return .success(())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment