Contents

+=(_:_:)

Adds an integer to a demand, and assigns the result to the demand.

Declaration

static func += (lhs: inout Subscribers.Demand, rhs: Int)

Discussion

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

See Also

Performing mathematical operations