Sequence Mult

std/arithmetic/scalar/i8::Mult


Inputs

a: Stream<i8>
b: Stream<i8>

Outputs

↦ product: Stream<i8>


Multiply values from two streams of i8.

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