arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / Queue / drop
fun drop(n: Int): Queue<A>
fun drop(n:
Int
): Queue<A>
Drops the first n elements of this chunk queue in a way that preserves chunk structure.
n
Do you like Arrow?