Sequence ToByte

std/conversion/scalar/u64::ToByte


Inputs

value: Stream<u64>

Outputs

↦ data: Stream<Vec<byte>>


Convert stream of u64 into Vec<byte>.

u64 gets converted into Vec<byte>, each vector contains the bytes of the former scalar u64 it represents.