Sequence Add

std/arithmetic/scalar/i64::Add


Inputs

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

Outputs

↦ sum: Stream<i64>


Add values from two streams of i64.

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