Sequence Sub

std/arithmetic/scalar/i16::Sub


Inputs

a: Stream<i16>
b: Stream<i16>

Outputs

↦ difference: Stream<i16>


Substract values from two streams of i16.

Every a number passed through the stream get b substracted.