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