Contents

+(_:_:)

Returns the result of adding an integer to a demand.

Declaration

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

Discussion

When adding any value to .unlimited, the result is .unlimited.

See Also

Performing mathematical operations