Skip to content

Instantly share code, notes, and snippets.

@andrevidela
Created January 7, 2019 14:17
Show Gist options
  • Save andrevidela/d006d093686aad5dd2a0b9d9ce044e0d to your computer and use it in GitHub Desktop.
Save andrevidela/d006d093686aad5dd2a0b9d9ce044e0d to your computer and use it in GitHub Desktop.
// Ints are Additive, the identity is 0
extension Int: Additive {
static var addId: Int { return 0 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment