Extracted from Pike v8.0 release 240 as of 2016-05-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.