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;
} pub fn isOdd(self: Managed) bool self: Managed pub fn isOdd(self: Managed) bool {
return self.limbs[0] & 1 != 0;
}