Sequence Mult

std/arithmetic/scalar/i32::Mult


Inputs

a: Stream<i32>
b: Stream<i32>

Outputs

↦ product: Stream<i32>


Multiply values from two streams of i32.

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