semigroup_extend

Macro semigroup_extend 

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

Macro to implement Semigroup for types with extend method.