arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / dropLast
fun dropLast(n: Int): Chunk<O>
fun dropLast(n:
Int
):
Chunk
<O>
Returns a list containing all elements except last n elements.
Do you like Arrow?