Sequence LinearizeByte

std/flow/linearize::LinearizeByte


Inputs

vector: Stream<Vec<byte>>

Outputs

↦ value: Stream<byte>


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

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