Macro bounded_integer::bounded_integer_neg_impls [] [src]

macro_rules! bounded_integer_neg_impls {
    ($ty:ty) => { ... };
}

Implements std::ops::Neg for a BoundedInteger.

  • -Self -> Self
  • -&Self -> Self

Implementations always panic on overflow.