Sequence LowerThan

std/comparison/scalar/f64::LowerThan


Inputs

a: Stream<f64>
b: Stream<f64>

Outputs

↦ is: Stream<bool>


Tells whether a is strictly lower than b.