Sequence ToByte

std/conversion/scalar/i16::ToByte


Inputs

value: Stream<i16>

Outputs

↦ data: Stream<Vec<byte>>


Convert stream of i16 into Vec<byte>.

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