Sequence AddI32

std/arithmetic/scalar/i32::AddI32


Inputs

a: Stream<i32>
b: Stream<i32>

Outputs

↦ sum: Stream<i32>


Add values from two streams of i32.

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