Sequence Sub

std/arithmetic/scalar/u64::Sub


Inputs

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

Outputs

↦ difference: Stream<u64>


Substract values from two streams of u64.

Every a number passed through the stream get b substracted.