MultiplyAssign
public protocol MultiplyAssign[Other = Self]Raw protocol backing the *= operator.
Methods
mutating func multiplyAssign(Other)
mutating func multiplyAssign(Other)Mutates self to self * other.
Defined in lang/std/core/assign.ks
public protocol MultiplyAssign[Other = Self]Raw protocol backing the *= operator.
mutating func multiplyAssign(Other)Mutates self to self * other.
Defined in lang/std/core/assign.ks