Treatment mult

ops/u8::mult


Inputs

⇥ a: Stream<u8>
⇥ b: Stream<u8>

Outputs

↦ product: Stream<u8>


Multiply values from two streams of u8.

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