Macro kinder::semigroup_ord [] [src]

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

A macro for implementing SemiGroups for types that need Ord and implement Extended