Method ADT.List()->pop_back()
- Method pop_back
mixed pop_back()
- Description
Pop the element at the tail of the list from the list.
- Throws
Throws an error if the list is empty.
- See also
mixed pop_back()
Pop the element at the tail of the list from the list.
Throws an error if the list is empty.