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

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.