Semigroup

public protocol Semigroup

Interface defining objects with a single property:

  • Composition operation.
  • Declaration

    Swift

    static func <> (lhs: Self, rhs: Self) -> Self

    Return Value

    Composition of two of the same Semigroup type values.