AdditiveSemigroup

public protocol AdditiveSemigroup

Interface for semigroups with an additive binary operation.

  • Additive operation.

    Declaration

    Swift

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