Sequence MultU32

std/arithmetic/scalar/u32::MultU32


Inputs

a: Stream<u32>
b: Stream<u32>

Outputs

↦ product: Stream<u32>


Multiply values from two streams of u32.

Every a number passed through the stream is multiplied by b.