arrow-fx / arrow.fx.internal / Platform / ArrayStack / pushAll
fun pushAll(cursor: Iterator<A>): Unit
Pushes an entire iterator on the stack.
fun pushAll(seq: Iterable<A>): Unit
Pushes an entire iterable on the stack.
fun pushAll(stack: ArrayStack<A>): Unit
Pushes the contents of another stack on this stack.
Do you like Arrow?
✖