macro_rules! div_floor {
($self:expr, $rhs:expr) => { ... };
}
Expand description
Division of integers, rounding the resulting value towards negative infinity.
macro_rules! div_floor {
($self:expr, $rhs:expr) => { ... };
}
Division of integers, rounding the resulting value towards negative infinity.