time::internal_macros

Macro div_floor

source
macro_rules! div_floor {
    ($a:expr, $b:expr) => { ... };
}
Expand description

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