arrow-fx-coroutines / arrow.fx.coroutines.stream / unconsOrNull
fun <O> Pull<O, Unit>.unconsOrNull(): Pull<Nothing, PullUncons<O>?>
fun <O>
Pull
<O,
Unit
>.unconsOrNull():
<
Nothing
,
PullUncons
<O>?>
Do you like Arrow?