Sequence Sub

std/arithmetic/scalar/i128::Sub


Inputs

a: Stream<i128>
b: Stream<i128>

Outputs

↦ difference: Stream<i128>


Substract values from two streams of i128.

Every a number passed through the stream get b substracted.