Macro kinder::semigroup [] [src]

macro_rules! semigroup {
    ($t:ident) => { ... };
}

Macro for implementing SemiGroup for types that implement Extend