Sealed class
A table class that uses strings for keys.
common-extensions
table-extensions
<table>
See Superclasses.
The <string-table> class is 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.