div_floor

Macro div_floor 

Source
macro_rules! div_floor {
    ($self:expr, $rhs:expr) => { ... };
}
Expand description

Division of integers, rounding the resulting value towards negative infinity.