Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
ADT
ADT.CircularList

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.