macro_rules! semigroupal_iter {
($name:ident) => { ... };
($name:ident, $ct:tt $(+ $dt:tt )*) => { ... };
}Expand description
Macro to implement Semigroupal for types with Iterator support.
macro_rules! semigroupal_iter {
($name:ident) => { ... };
($name:ident, $ct:tt $(+ $dt:tt )*) => { ... };
}Macro to implement Semigroupal for types with Iterator support.