Pop a number of elements from the stack.
element type
stack to pop from
number of elements to pop
array of popped elements, or a null array if n = 0
See Implementation
Pop a number of elements from the stack.