Multiplicative

public protocol Multiplicative : MultiplicativeSemigroup, One

Interface for types which can be viewed as an Product monoid.

  • product Extension method

    Declaration

    Swift

    public var product: Product<Self> { get }

    Return Value

    A Product monoidal view of self.