Group
-
Interface defining objects which operate as a group.
Group
extends the requirements ofMonoid
by adding theInvertible
requirement.Declaration
Swift
public protocol Group : Invertible, Monoid
-
Interface for types which have an inverse.
See moreDeclaration
Swift
public protocol Invertible