Sequence ToByte

std/conversion/scalar/i8::ToByte


Inputs

value: Stream<i8>

Outputs

↦ data: Stream<Vec<byte>>


Convert stream of i8 into Vec<byte>.

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