Sequence LinearizeVoid

std/flow/linearize::LinearizeVoid


Inputs

vector: Stream<Vec<void>>

Outputs

↦ value: Stream<void>


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

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