Class Associative-Array

Part of:

package metabang.cl-containers, class concrete-container

Direct Superclass

concrete-container

Inherited by all container classes that can/should
be instantiated using make-container.

Slot

array-dataReader:array-data.
dim-container
dimensions
num-container

Direct Method

container-dimension
dimensions
item-at

Returns the item specified by the indexes.

item-at!

[Destructively] modifies the item specified by the
indexes to the value.

iterate-nodes

Applies function to each node in the container. If the container doesn't have nodes, then this is...