[][src]Trait is_even::IsEven

pub trait IsEven {
    fn is_even(&self) -> bool;
}

Required methods

fn is_even(&self) -> bool

Loading content...

Implementations on Foreign Types

impl IsEven for i8[src]

impl IsEven for u8[src]

impl IsEven for i16[src]

impl IsEven for u16[src]

impl IsEven for i32[src]

impl IsEven for u32[src]

impl IsEven for i64[src]

impl IsEven for u64[src]

Loading content...

Implementors

Loading content...