binary_interleaved_pairs

Macro binary_interleaved_pairs 

Source
macro_rules! binary_interleaved_pairs {
    ($name:ident => $handler:ident) => { ... };
}
Expand description

This macro will generate the implementations for simple binary operations, operations that take two inputs, produce one output, and are largely want to remain ignorant of stream state.