Contents

*(_:_:)

Returns the result of multiplying a demand by an integer.

Declaration

static func * (lhs: Subscribers.Demand, rhs: Int) -> Subscribers.Demand

Discussion

When multiplying any value by .unlimited, the result is .unlimited. If the multiplication operation overflows, the result is .unlimited.

See Also

Performing mathematical operations