Class ADT.List (< ValueType >)

Description

Linked list of values.


Generic ValueType

__generic__ mixed ValueType = mixed


Method create

ADT.List ADT.List(ValueType ... values)

Description

Create a new List, and initialize it with values.