Sequence Sub

std/arithmetic/scalar/i8::Sub


Inputs

a: Stream<i8>
b: Stream<i8>

Outputs

↦ difference: Stream<i8>


Substract values from two streams of i8.

Every a number passed through the stream get b substracted.