==(_:_:)
Returns a Boolean value that indicates whether a demand requests the given number of elements.
Declaration
static func == (lhs: Subscribers.Demand, rhs: Int) -> BoolDiscussion
An .unlimited demand doesn’t match any integer.
Returns a Boolean value that indicates whether a demand requests the given number of elements.
static func == (lhs: Subscribers.Demand, rhs: Int) -> BoolAn .unlimited demand doesn’t match any integer.