Sequence CharToVoid

std/conversion/scalar/to_void::CharToVoid


Inputs

value: Stream<char>

Outputs

↦ iter: Stream<void>


Turns char stream into void one.

Send one iter per input value received.