Sequence BoolToString

std/conversion/scalar/to_string::BoolToString


Inputs

value: Stream<bool>

Outputs

↦ value: Stream<string>


Convert stream of bool into string.

bool gets converted into string, and the resulting strings are send through stream in continuity.