Extracted from Pike v7.6 release 33 at 2005-08-19.
pike.ida.liu.se
[Top]
ADT
ADT.CircularList

Method ADT.CircularList()->pop_back()


Method pop_back

mixed pop_back()

Description

Remove the value at the back of the list and return it.

Returns

The value at the back of the list.