list

Creates and returns a freshly allocated list.  The list contains the arguments, in order.

Exported from

Arguments

#rest argumentsThe elements of the <list>.  Instances of <object>.

Values

listA freshly allocated instance of <list>.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of linked lists.
The class of all Dylan objects.