Macro floor_divide

Source
macro_rules! floor_divide {
    ($a:expr, $other:expr) => { ... };
    ($a:expr, $other:expr, stream = $stream:expr) => { ... };
}
Expand description

Macro generated for the function crate::ops::floor_divide. See the function documentation for more details.