Treatment notEqual
ops/char::notEqual
Inputs
⇥ a:
Stream<char>
⇥ b:
Stream<char>
Outputs
↦ result:
Stream<bool>
Determine whether a
is different from b
ops/char::notEqual
⇥ a:
Stream<char>
⇥ b:
Stream<char>
↦ result:
Stream<bool>
Determine whether a
is different from b