Treatment mult

ops/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 counterpart.