*(_:_:)
Returns the result of multiplying a demand by an integer.
Declaration
static func * (lhs: Subscribers.Demand, rhs: Int) -> Subscribers.DemandDiscussion
When multiplying any value by .unlimited, the result is .unlimited. If the multiplication operation overflows, the result is .unlimited.