Sequence LinearizeU128

std/flow/linearize::LinearizeU128


Inputs

vector: Stream<Vec<u128>>

Outputs

↦ value: Stream<u128>


Linearize stream of Vec<u128> into stream of Scalar<u128>.

All the input vectors are turned into continuous stream of scalar values, in the same order. [a, b, c], [d, e], [f, g, h, i]a, b, c, d, e, f, g, h, i