Sequence ToString

std/conversion/scalar/bool::ToString


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.