Function isEven [src]
Prototype
pub fn isEven(self: Const) bool
Parameters
self: Const
Source
pub fn isEven(self: Const) bool {
return !self.isOdd();
}
pub fn isEven(self: Const) bool
self: Const
pub fn isEven(self: Const) bool {
return !self.isOdd();
}