List

#import Builtin:List;

Contains the list data type

Functions


list<type>()

create :: list()

Creates a new list of the specified type. Example:

x : list = list<type=int32>();

Returns:

A list object

Structs


list

A dynamically allocated list structure