[][src]Trait curv_kzen::arithmetic::traits::NumberTests

pub trait NumberTests {
    fn is_zero(_: &Self) -> bool;
fn is_even(_: &Self) -> bool;
fn is_negative(me: &Self) -> bool; }

Required methods

fn is_zero(_: &Self) -> bool

fn is_even(_: &Self) -> bool

fn is_negative(me: &Self) -> bool

Loading content...

Implementations on Foreign Types

impl NumberTests for Mpz[src]

Loading content...

Implementors

Loading content...