typenum::operator_aliases

Type Alias Mod

Source
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

Layoutยง

Note: Encountered an error during type layout; the type failed to be normalized.