+(_:_:)
Returns the result of adding an integer to a demand.
Declaration
static func + (lhs: Subscribers.Demand, rhs: Int) -> Subscribers.DemandDiscussion
When adding any value to .unlimited, the result is .unlimited.
Returns the result of adding an integer to a demand.
static func + (lhs: Subscribers.Demand, rhs: Int) -> Subscribers.DemandWhen adding any value to .unlimited, the result is .unlimited.