MultiplyAssign

public protocol MultiplyAssign[Other = Self]

Raw protocol backing the *= operator.

Methods

mutating func multiplyAssign(Other)

Mutates self to self * other.

Defined in lang/std/core/assign.ks