Extracted from Pike v7.6 release 112 at 2008-06-25.
pike.ida.liu.se
[Top]
ADT
ADT.CircularList

Method ADT.CircularList()->add()


Method add

void add(mixed value)

Description

Add a value at the front of the list

Parameter value

The value to add.

Throws

An error if the list is full.