Sequence ToByte

std/conversion/scalar/bool::ToByte


Inputs

value: Stream<bool>

Outputs

↦ data: Stream<Vec<byte>>


Convert stream of bool into Vec<byte>.

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