Sequence Sub

std/arithmetic/scalar/u128::Sub


Inputs

a: Stream<u128>
b: Stream<u128>

Outputs

↦ difference: Stream<u128>


Substract values from two streams of u128.

Every a number passed through the stream get b substracted.