Sequence Mult

std/arithmetic/scalar/u128::Mult


Inputs

a: Stream<u128>
b: Stream<u128>

Outputs

↦ product: Stream<u128>


Multiply values from two streams of u128.

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