Sequence ToByte

std/conversion/scalar/i128::ToByte


Inputs

value: Stream<i128>

Outputs

↦ data: Stream<Vec<byte>>


Convert stream of i128 into Vec<byte>.

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