Sequence I32ToByte

std/conversion/scalar/to_byte::I32ToByte


Inputs

value: Stream<i32>

Outputs

↦ data: Stream<byte>


Convert stream of i32 into byte.

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