arrow-fx-coroutines / arrow.fx.coroutines.stream / takeLast
fun <O> Pull<O, Unit>.takeLast(n: Int): Pull<Nothing, Queue<O>>
fun <O>
Pull
<O,
Unit
>.takeLast(n:
Int
):
<
Nothing
, Queue<O>>
Emits the last n elements of the input.
n
Do you like Arrow?