Function isOdd [src]

Prototype

pub fn isOdd(self: Managed) bool

Parameters

self: Managed

Source

pub fn isOdd(self: Managed) bool { return self.limbs[0] & 1 != 0; }