list<type>()
create :: list()
Creates a new list of the specified type. Example:
x : list = list<type=int32>();
Returns:
A list object
#import Builtin:List;
Contains the list data type
create :: list()
Creates a new list of the specified type. Example:
x : list = list<type=int32>();
A list object
A dynamically allocated list structure