Extracted from Pike v8.0 release 164 as of 2016-02-09.
   

Class ADT.List

Description

Linked list of values.


Method create

ADT.List ADT.List(mixed ... values)

Description

Create a new List, and initialize it with values.