Sequence LinearizeI16

std/flow/linearize::LinearizeI16


Inputs

vector: Stream<Vec<i16>>

Outputs

↦ value: Stream<i16>


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

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