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

is_empty(), head(), tail(), pop()