Sequence Add

std/arithmetic/scalar/i16::Add


Inputs

a: Stream<i16>
b: Stream<i16>

Outputs

↦ sum: Stream<i16>


Add values from two streams of i16.

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