Contents

>=(_:_:)

Returns a Boolean that indicates whether the first demand requests more or the same number of elements as the second.

Declaration

static func >= (lhs: Subscribers.Demand, rhs: Int) -> Bool

Discussion

If lhs is .unlimited, then the result is always true. Otherwise, the operator compares the demand’s max value to rhs.

See Also

Comparing demands