Sequence AddU8

std/arithmetic/scalar/u8::AddU8


Inputs

a: Stream<u8>
b: Stream<u8>

Outputs

↦ sum: Stream<u8>


Add values from two streams of u8.

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