Sequence I8ToByte

std/conversion/scalar/to_byte::I8ToByte


Inputs

value: Stream<i8>

Outputs

↦ data: Stream<byte>


Convert stream of i8 into byte.

i8 gets converted into byte, and the resulting bytes are send through stream in continuity.