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