The type IndexedVariableTable is a member of the class Type. Each object of class IndexedVariableTable is called an indexed variable table. Each indexed variable table is also a member of class MutableHashTable.
More general types (whose methods may also apply) :
These hash tables are used to hold the values of those indexed variables sharing a given base name.
i1 : t_0 |
i2 : scan(3, i -> t#i = i^2) |
i3 : t |
i4 : peek t |
See also:
Methods for using an indexed variable table :