Sequence Sub

std/arithmetic/scalar/i32::Sub


Inputs

a: Stream<i32>
b: Stream<i32>

Outputs

↦ difference: Stream<i32>


Substract values from two streams of i32.

Every a number passed through the stream get b substracted.