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