<(_:_:)
Returns a Boolean that indicates a given number of elements is less 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 true. Otherwise, the operator compares the demand’s max value to lhs.