Group

  • Interface defining objects which operate as a group. Group extends the requirements of Monoid by adding the Invertible requirement.

    Declaration

    Swift

    public protocol Group : Invertible, Monoid
  • Interface for types which have an inverse.

    See more

    Declaration

    Swift

    public protocol Invertible