Macro bounded_integer::bounded_integer_rem_self_impls [] [src]

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

Implements std::ops::Rem<Self> for a BoundedInteger.

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

Implementations always panic on overflow.