Trait IsntI128Ext

Source
pub trait IsntI128Ext: Sealed {
    // Required methods
    fn is_not_negative(self) -> bool;
    fn is_not_positive(self) -> bool;
}
Expand description

Extension for i128

Required Methods§

Source

fn is_not_negative(self) -> bool

The negation of is_negative

Source

fn is_not_positive(self) -> bool

The negation of is_positive

Implementations on Foreign Types§

Source§

impl IsntI128Ext for i128

Implementors§