Sequence SubU8

std/arithmetic/scalar/u8::SubU8


Inputs

a: Stream<u8>
b: Stream<u8>

Outputs

↦ difference: Stream<u8>


Substract values from two streams of u8.

Every a number passed through the stream get b substracted.