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

Method ADT.CircularList()->push_front()


Method push_front

void push_front(mixed value)

Description

Add a new value at the end of the list.

Parameter value

The value to add.