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


Extendable arrays with logarithmic access time

Author(s): Lena Flood.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.11#112 (2003/12/22, 18:18:22 CET)

This module implements extendable arrays with logarithmic access time. It has been adapted from shared code written by David Warren and Fernando Pereira.

Usage and interface (arrays)

Documentation on exports (arrays)

PREDICATE: new_array/1:

Usage: new_array(Array)

PREDICATE: is_array/1:

Usage: is_array(Array)

PREDICATE: aref/3:

Usage: aref(Index, Array, Element)

PREDICATE: arefa/3:

Usage: arefa(Index, Array, Element)

PREDICATE: arefl/3:

Usage: arefl(Index, Array, Element)

PREDICATE: aset/4:

Usage: aset(Index, Array, Element, NewArray)

PREDICATE: array_to_list/2:

Usage: array_to_list(Array, List)


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