diff options
author | Araq <rumpf_a@web.de> | 2011-04-25 20:13:57 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-25 20:13:57 +0200 |
commit | ed887e67e93954e1b1ace068abc1c0d5f2e67b72 (patch) | |
tree | 4a82d8244318815f687499e7453fd91fe0861034 /doc/lib.txt | |
parent | 3dd67d20fcef755d6b6d2f284b67bbaa8bc45bd9 (diff) | |
download | Nim-ed887e67e93954e1b1ace068abc1c0d5f2e67b72.tar.gz |
bugfix: times.epochTime
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-x | doc/lib.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index a082383da..2e7558d56 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -40,6 +40,15 @@ Core * `marshal <marshal.html>`_ Contains procs for serialization and deseralization of arbitrary Nimrod data structures. + + +Collections and algorithms +-------------------------- + +* `hashtables <hashtables.html>`_ + Nimrod hash table support. +* `lists <lists.html>`_ + Nimrod linked list support. String handling |