Treatment greaterThan
ops/u64::greaterThan
Inputs
⇥ a:
Stream<u64>
⇥ b:
Stream<u64>
Outputs
↦ is:
Stream<bool>
Determine whether a
is strictly greater than b
ops/u64::greaterThan
⇥ a:
Stream<u64>
⇥ b:
Stream<u64>
↦ is:
Stream<bool>
Determine whether a
is strictly greater than b