arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / takeLast
fun takeLast(n: Int): Chunk<O>
fun takeLast(n:
Int
):
Chunk
<O>
Takes the last n elements of this chunk.
n
Do you like Arrow?