Skip to main content

reduce

Macro reduce 

Source
macro_rules! reduce {
    ($handler:expr $(,)?) => { ... };
}
Expand description

Short alias for reduce_with!.