Treatment mult

ops/i128::mult


Inputs

⇥ a: Stream<i128>
⇥ b: Stream<i128>

Outputs

↦ product: Stream<i128>


Multiply values from two streams of i128.

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