Next Previous Up Top Contents Index

3.2 The TABLE-EXTENSIONS module

<string-table>

Sealed class

Summary

A table class that uses strings for keys.

Library

common-extensions

Module

table-extensions

Superclasses

<table>

Init-keywords

See Superclasses.

Description

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.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index