<mutable-sequence>

The class of sequences that may be modified.

Exported from

Modifiers

abstract free open

Superclasses

Subclasses

Functions on <mutable-sequence>

Functions returning <mutable-sequence>

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 collections that may be modified.
The class of collections whose keys are consecutive integers starting from zero.
The class of sequences whose elements are arranged according to a Cartesian coordinate system.
The class of double-ended queues.
The class of linked lists.
The class of sequences with elements that are characters.
A generic function.
A generic function.
Sets the first element of a mutable sequence.
Replaces the last element of a mutable sequence with a new value.
Reads a group of elements from a stream into a collection.
Sets the second element of a mutable sequence.
Sets the third element of a mutable sequence.
A generic function.
Make a sequence by performing a function on the index.