LinkedHashtbl
A wrapper for the Objective Caml Hashtbl module that uses a Linked List to preserve the order in which the hash elements are added. It's similar in purpose to the Tie::IxHash module for Perl.
[ Homepage ]
| Author: | Jesse Guardiani. |
| Last modification date: | 07-Sep-2004 |
| Version: | 2004-08-27 |
| Development status: | Beta |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: LGPL |
| Topic: | General purpose libraries :: Data structures |
| Homepage: | http://www.wingnet.net/~jesse/ocaml/linkedhashtbl/index.html |