semigroup_append

Macro semigroup_append 

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

Macro to implement Semigroup for types with append method.