Trait dimensioned::peano::Negate [] [src]

pub trait Negate {
    type Output;
}

This trait provides the negation of a number (e.g. -5 to 5)

Associated Types

type Output

Implementors