Skip to main content

is_odd

Function is_odd 

Source
pub const fn is_odd(value: i128) -> bool
Expand description

Returns whether an integer leaves a remainder of one when divided by two.