Skip to content

Commit

Permalink
ref in lib.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Feb 20, 2021
1 parent 6c4bfd8 commit a5be8c8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ Algorithms
This module implements operations for the built-in ``seq`` type
which were inspired by functional programming languages.

* `std/setutils <setutils.html>`_
This module adds functionality for the built-in ``set`` type.


Collections
-----------
Expand Down Expand Up @@ -123,6 +120,12 @@ Collections
* `sets <sets.html>`_
Nim hash and bit set support.

* `std/setutils <setutils.html>`_
This module adds functionality for the built-in ``set`` type.

* `std/enumutils <enumutils.html>`_
This module adds functionality for the built-in ``enum`` type.

* `sharedlist <sharedlist.html>`_
Nim shared linked list support. Contains a shared singly-linked list.

Expand Down

0 comments on commit a5be8c8

Please sign in to comment.