Sequence SubI64

std/arithmetic/scalar/i64::SubI64


Inputs

a: Stream<i64>
b: Stream<i64>

Outputs

↦ difference: Stream<i64>


Substract values from two streams of i64.

Every a number passed through the stream get b substracted.