Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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.