+=(_:_:)
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.
Adds two demands, and assigns the result to the first demand.
static func += (lhs: inout Subscribers.Demand, rhs: Subscribers.Demand)When adding any value to .unlimited, the result is .unlimited.