[][src]Trait maths_traits::algebra::integer::Natural

pub trait Natural: IntegerSubset<Unsigned = Self> { }

An IntegerSubset that specifically represents an unsigned integer

Implementations on Foreign Types

impl Natural for u8[src]

impl Natural for u16[src]

impl Natural for u32[src]

impl Natural for u64[src]

impl Natural for u128[src]

impl Natural for usize[src]

Loading content...

Implementors

Loading content...