<simple-object-vector>

The class of simple vectors that may have elements of any type.  It provides a constant time implementation for the element and element-setter functions.

Exported from

Modifiers

concrete free sealed

Make keywords

size:An instance of <integer> specifying the size of the vector.  The default value is 0.
fill:An instance of <object> specifying an initial value for each element of the vector.  The default value is #f.

Superclasses

Functions returning <simple-object-vector>

Returns the collection element associated with a particular key.
Sets the collection element associated with a particular key.
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 integers.
The class of all Dylan objects.
The class of simple and efficient vectors.
Returns an application’s command-line arguments; in C terms, argv[1..n].
Returns information about the values returned by a function.
Creates and returns a freshly allocated vector.