semigroupal_iter

Macro semigroupal_iter 

Source
macro_rules! semigroupal_iter {
    ($name:ident) => { ... };
    ($name:ident, $ct:tt $(+ $dt:tt )*) => { ... };
}
Expand description

Macro to implement Semigroupal for types with Iterator support.