Sequence Mult

std/arithmetic/scalar/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.