macro_rules! cfg_reduce {
    ($e: expr, $default: expr, $op: expr) => { ... };
}
Expand description

Applies the reduce operation over an iterator.