Sequence AddU64

std/arithmetic/scalar/u64::AddU64


Inputs

a: Stream<u64>
b: Stream<u64>

Outputs

↦ sum: Stream<u64>


Add values from two streams of u64.

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