Treatment equal
ops/char::equal
Inputs
⇥ a:
Stream<char>
⇥ b:
Stream<char>
Outputs
↦ result:
Stream<bool>
Determine whether a
is equal to b
ops/char::equal
⇥ a:
Stream<char>
⇥ b:
Stream<char>
↦ result:
Stream<bool>
Determine whether a
is equal to b