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