Containers
[Data types.]

Containers are data types that hold data and allow iteration over their elements with an Iterator Functions, or eventually an Accessor Functions. More...

Modules

 Array
 

These functions provide array management.


 Hash Table
 

give a small description here : what it is for, what it does , etc.


 Inline List
 

These functions provide inline list management.


 List
 

These functions provide list management.


 Sparse Matrix
 

These functions provide matrix sparse management.


 Red-Black tree
 

These functions provide Red-Black trees management.


 Trash

Detailed Description

Containers are data types that hold data and allow iteration over their elements with an Iterator Functions, or eventually an Accessor Functions.