Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

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.