Sequence LinearizeU16

std/flow/linearize::LinearizeU16


Inputs

vector: Stream<Vec<u16>>

Outputs

↦ value: Stream<u16>


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

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