Skip to content

Instantly share code, notes, and snippets.

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