Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
ADT
ADT.CircularList

Method ADT.CircularList()->`[]()


Method `[]

mixed `[](int index)

Description

Index operator

Parameter index

The index to get the value for, could be negative to index from the end.

Returns

The value at the index index

Throws

An error if the index is out of range.