Sequence ToU64

std/conversion/vector/u32::ToU64


Inputs

value: Stream<Vec<u32>>

Outputs

↦ value: Stream<Vec<u64>>


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

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