Sequence NotEqual

std/comparison/scalar/i64::NotEqual


Inputs

a: Stream<i64>
b: Stream<i64>

Outputs

↦ is: Stream<bool>


Tells whether a is not equal to b.