!=(_:_:)
Returns a Boolean value that indicates whether a demand isn’t equal to an integer.
Declaration
static func != (lhs: Subscribers.Demand, rhs: Int) -> BoolDiscussion
The .unlimited value isn’t equal to any integer.
Returns a Boolean value that indicates whether a demand isn’t equal to an integer.
static func != (lhs: Subscribers.Demand, rhs: Int) -> BoolThe .unlimited value isn’t equal to any integer.