vector
Creates and returns a freshly allocated vector. The vector’s elements are the
arguments
, in order.
Exported from
Module common-dylan
Module Dylan
Arguments
#rest arguments
Instances of
<object>
.
Values
vector
A freshly allocated instance of
<simple-object-vector>
.
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 all Dylan objects.
The class of simple vectors that may have elements of any type.