Type Definition typenum::operator_aliases::Mod [−][src]
pub type Mod<A, B> = <A as Rem<B>>::Output;Expand description
Alias for the associated type of Rem: Mod<A, B> = <A as Rem<B>>::Output
pub type Mod<A, B> = <A as Rem<B>>::Output;Alias for the associated type of Rem: Mod<A, B> = <A as Rem<B>>::Output