Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

Method ADT.CircularList()->pop_front()


Method pop_front

mixed pop_front()

Description

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

Returns

The value at the front of the list.