*=(_:_:)
Multiplies two values and stores the result in the left-hand-side variable.
Declaration
static func *= (a: inout Int128, b: Int128)Multiplies two values and stores the result in the left-hand-side variable.
static func *= (a: inout Int128, b: Int128)