Method ADT.List()->tail()


Method tail

mixed tail()

Description

Get the element at the tail of the list.

Throws

Throws an error if the list is empty.

See also

is_empty(), head(), pop_back()