Enum peano::Zero [] [src]

pub enum Zero {}

Trait Implementations

impl Copy for Zero
[src]

impl Clone for Zero
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Natural for Zero
[src]

impl<N: Natural> Add<N> for Zero
[src]

The resulting type after applying the + operator

The method for the + operator