Sequence GreaterThan

std/comparison/scalar/u64::GreaterThan


Inputs

a: Stream<u64>
b: Stream<u64>

Outputs

↦ is: Stream<bool>


Tells whether a is strictly greater than b.