list
Creates and returns a freshly allocated list. The list contains the
arguments
, in order.
Exported from
Module common-dylan
Module Dylan
Arguments
#rest arguments
The elements of the
<list>
. Instances of
<object>
.
Values
list
A 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.