Sequence NotEqual

std/comparison/scalar/i32::NotEqual


Inputs

a: Stream<i32>
b: Stream<i32>

Outputs

↦ is: Stream<bool>


Tells whether a is not equal to b.