Sequence SubI128

std/arithmetic/scalar/i128::SubI128


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.