Sequence AddI128

std/arithmetic/scalar/i128::AddI128


Inputs

a: Stream<i128>
b: Stream<i128>

Outputs

↦ sum: Stream<i128>


Add values from two streams of i128.

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