Sequence ToByte

std/conversion/scalar/u128::ToByte


Inputs

value: Stream<u128>

Outputs

↦ data: Stream<Vec<byte>>


Convert stream of u128 into Vec<byte>.

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