Sequence LinearizeI8

std/flow/linearize::LinearizeI8


Inputs

vector: Stream<Vec<i8>>

Outputs

↦ value: Stream<i8>


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

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