modulo

Macro modulo 

Source
macro_rules! modulo {
    ($rem:expr, $div:expr) => { ... };
}
Expand description

Creates a new Modulo instance

Delegates to the to_modulo() function provided by the Modular trait