>(_:_:)
Returns a Boolean that indicates whether the demand requests more than the given number of elements.
Declaration
static func > (lhs: Subscribers.Demand, rhs: Int) -> BoolDiscussion
If lhs is .unlimited, then the result is always true. Otherwise, the operator compares the demand’s max value to rhs.