Class Associative-Array

Part of:

package metabang.cl-containers

Slot

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

Direct Method

container-dimension
dimensions
item-atReturns the item specified by the indexes.
item-at![Destructively] modifies the item specified by the indexes to the value.
iterate-nodesApplies function to each node in the container. If the container doesn't have nodes, then this is...