Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

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.