<mutable-collection>

The class of collections that may be modified.

Every mutable collection is required to allow modification by implementing element-setter.

Exported from

Modifiers

abstract free open

Superclasses

Subclasses

Functions on <mutable-collection>

Functions returning <mutable-collection>

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 collections, aggregate data structures.
The class of explicit key collections that can have elements replaced.
The class of sequences that may be modified.
A class.
Fills a collection with a specified value.
Iterates over one or more collections and collects the results in an existing mutable collection.
Replaces those elements of mutable-collection for which predicate returns true.
Iterates over one or more collections and collects the results in a freshly allocated collection of a specified type.