Go to the first, previous, next, last section, table of contents.


Dictionaries

Version: 0.4#5 (1998/2/24)

This module provides predicates for implementing dictionaries. Such dictionaries are currently implemented as ordered binary trees.

Usage and interface (dict)

Documentation on exports (dict)

PREDICATE: dic_node/2:

No further documentation available for this predicate.

PREDICATE: dic_lookup/3:

No further documentation available for this predicate.

PREDICATE: dic_lookup/4:

No further documentation available for this predicate.

PREDICATE: dic_get/3:

No further documentation available for this predicate.

PREDICATE: dic_replace/4:

No further documentation available for this predicate.


Go to the first, previous, next, last section, table of contents.