Treatment lowerThan
std/ops::lowerThan
Generics
◻ T:
PartialOrder
Inputs
⇥ a:
Stream<T>
⇥ b:
Stream<T>
Outputs
↦ is:
Stream<bool>
Determine whether a
is strictly lower than b
std/ops::lowerThan
◻ T:
PartialOrder
⇥ a:
Stream<T>
⇥ b:
Stream<T>
↦ is:
Stream<bool>
Determine whether a
is strictly lower than b