Sequence LinearizeU32

std/flow/linearize::LinearizeU32


Inputs

vector: Stream<Vec<u32>>

Outputs

↦ value: Stream<u32>


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

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