Sequence Mult

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