Sequence ToByte

std/conversion/scalar/string::ToByte


Inputs

value: Stream<string>

Outputs

↦ data: Stream<Vec<byte>>


Convert stream of string into Vec<byte>.

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