Treatment notEqual
std/ops::notEqual
Generics
◻ T:
PartialEquality
Inputs
⇥ a:
Stream<T>
⇥ b:
Stream<T>
Outputs
↦ result:
Stream<bool>
Determine whether a
is different from b
std/ops::notEqual
◻ T:
PartialEquality
⇥ a:
Stream<T>
⇥ b:
Stream<T>
↦ result:
Stream<bool>
Determine whether a
is different from b