*=(_:_:)
Multiplies a demand by an integer, and assigns the result to the demand.
Declaration
static func *= (lhs: inout Subscribers.Demand, rhs: Int)Discussion
When multiplying any value by .unlimited, the result is .unlimited. If the multiplication operation overflows, the result is .unlimited.