Contents

==(_:_:)

Returns a Boolean value that indicates whether a demand requests the given number of elements.

Declaration

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

Discussion

An .unlimited demand doesn’t match any integer.

See Also

Comparing demands