man orddict () - Key-Value Dictionary as Ordered List
NAME
orddict - Key-Value Dictionary as Ordered List
DESCRIPTION
Orddict implements a Key - Value dictionary. An orddict is a representation of a dictionary, where a list of pairs is used to store the keys and values. The list is ordered after the keys.
This module provides exactly the same interface as the module dict but with a defined representation.
See Also
AUTHOR
Robert Virding - support@erlang.ericsson.se