Contents

+=(_:_:)

Adds two demands, and assigns the result to the first demand.

Declaration

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

Discussion

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

See Also

Performing mathematical operations