arrow-fx-coroutines / arrow.fx.coroutines.stream / echo1
fun <O> Pull<O, Unit>.echo1(): Pull<O, Pull<O, Unit>?>
fun <O>
Pull
<O,
Unit
>.echo1():
>?>
Reads a single element from the input and emits it to the output.
Do you like Arrow?