Sequence I64ToByte

std/conversion/scalar/to_byte::I64ToByte


Inputs

value: Stream<i64>

Outputs

↦ data: Stream<byte>


Convert stream of i64 into byte.

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