<mutable-sequence>
The class of sequences that may be modified.
Exported from
Module common-dylan
Module Dylan
Modifiers
abstract free open
Superclasses
<mutable-collection>
<sequence>
Subclasses
<array>
<deque>
<list>
<string>
Functions on <mutable-sequence>
copy-from-buffer!
copy-into-buffer!
first-setter
last-setter
read-into!
second-setter
third-setter
Functions returning <mutable-sequence>
buffer-subsequence
tabulate
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.