(Available since version 1.0)
DynamicArray::pop — Pops an element from the end of the array
This function has no parameters.
The value of the popped node.
Throws SEIDS::Arrays::CantPopFromEmptyException when the array is empty.