Sequence AddI8

std/arithmetic/scalar/i8::AddI8


Inputs

a: Stream<i8>
b: Stream<i8>

Outputs

↦ sum: Stream<i8>


Add values from two streams of i8.

Values passed through a & b are added and send in sum.