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