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

Method ADT.List()->create()


Method create

void ADT.List(mixed ... values)

Description

Create a new List , and initialize it with values .

FIXME

Ought to reset the List if called multiple times.