Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

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.