a table for fast random access of items
All items stored in the table must support the following methods:
std_types::table | the prototype object for all tables |
std_types::key_order_table | a table which items are stored in key-order |
std_types::association_list | retrieve, insert or delete an item |