Sequence AddU16

std/arithmetic/scalar/u16::AddU16


Inputs

a: Stream<u16>
b: Stream<u16>

Outputs

↦ sum: Stream<u16>


Add values from two streams of u16.

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