| ASCL User's Guide: ASCL, ADA Standard Component Library; Version 0.1.0; Document Revision $Revision: 1.7 $ | ||
|---|---|---|
| Prev | Next | |
This package implements an container which stores pairs of objects. The package takes to arguments, the Key_Type and the Element_Type.
Key_type - The type of the key
Element_Type - The type of the element to be stored in the dictionary
R.1 - The handling of the tree nodes is currently not task save
None