Sequence ToU32

std/conversion/vector/u16::ToU32


Inputs

value: Stream<Vec<u16>>

Outputs

↦ value: Stream<Vec<u32>>


Convert stream of Vec<u16> into Vec<u32> one.

Vec<u16> gets converted into Vec<u32>, and the resulting vectors are send through stream in continuity. This conversion is lossless, u16 values can all fit into u32.