bounded_integer::bounded_integer_div_self_impls! [] [src]

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

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

Implementations always panic on overflow.