Sealed instantiable class
The class of tables that use strings for keys.
<table>
common-extensions
common-extensions
The class of tables that use instances of <string> for their keys. It is an error to use a key that is not an instance of <string>.
Keys are compared with the equivalence predicate \=.
The elements of the table are instances of <object>.
It is an error to modify a key once it has been used to add an element to a <string-table>. The effects of modification are not defined.
Note: This class is also exported from the table-extensions module of the table-extensions library.