AvlMap

Ordered key-value container implemented as an AVL tree.


AVLMap

Construct with key and value schemas in front of the module name, for example Int32 Int32 AVLMap.

Fields

Public methods

Internal helpers


Ordering and key semantics


find result and returned refs


each (source body --)

Consumes one AVLMap through one body and visits the stored pairs in ascending key order.


See also