Skip to content

Instantly share code, notes, and snippets.

@cennydavidsson
Last active October 17, 2015 13:24
Show Gist options
  • Select an option

  • Save cennydavidsson/d0ca93b535be6a37271f to your computer and use it in GitHub Desktop.

Select an option

Save cennydavidsson/d0ca93b535be6a37271f to your computer and use it in GitHub Desktop.
extension IntegerType {
var isEven: Bool {
return self % 2 == 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment