BinaryInteger protocol BinaryInteger : Hashable, Numeric, CustomStringConvertible, Strideable isEven Mechanica Determine if self is even (equivalent to self % 2 == 0). Declaration Swift public var isEven: Bool isOdd Mechanica Determine if self is odd (equivalent to self % 2 != 0). Declaration Swift public var isOdd: Bool © 2017 Alessandro Marzoli. All rights reserved. (Last updated: 2017-11-11) Generated by jazzy ♪♫ v0.8.2, a Realm project.