Treatment mult

ops/u64::mult


Inputs

⇥ a: Stream<u64>
⇥ b: Stream<u64>

Outputs

↦ product: Stream<u64>


Multiply values from two streams of u64.

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