Sequence LinearizeU8

std/flow/linearize::LinearizeU8


Inputs

vector: Stream<Vec<u8>>

Outputs

↦ value: Stream<u8>


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

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