Sequence ToString

std/conversion/vector/bool::ToString


Inputs

value: Stream<Vec<bool>>

Outputs

↦ value: Stream<Vec<string>>


Convert stream of Vec<bool> into Vec<string> one.

Vec<bool> gets converted into Vec<string>, and the resulting vectors are send through stream in continuity.