arrow-fx / arrow.fx.internal / Platform / ArrayStack / pop
fun pop(): A?
Pops an item from the stack (in LIFO order).
Returns null in case the stack is empty.
null
Do you like Arrow?