Sequence Sub

std/arithmetic/scalar/u16::Sub


Inputs

a: Stream<u16>
b: Stream<u16>

Outputs

↦ difference: Stream<u16>


Substract values from two streams of u16.

Every a number passed through the stream get b substracted.