vector

Creates and returns a freshly allocated vector.  The vector’s elements are the arguments, in order.

Exported from

Arguments

#rest argumentsInstances of <object>.

Values

vectorA 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.