Function isEven [src]

Prototype

pub fn isEven(self: Const) bool

Parameters

self: Const

Source

pub fn isEven(self: Const) bool { return !self.isOdd(); }