File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,6 @@ Algorithms
8989 This module implements operations for the built-in ``seq `` type
9090 which were inspired by functional programming languages.
9191
92- * `std/setutils <setutils.html >`_
93- This module adds functionality for the built-in ``set `` type.
94-
9592
9693Collections
9794-----------
@@ -123,6 +120,12 @@ Collections
123120* `sets <sets.html >`_
124121 Nim hash and bit set support.
125122
123+ * `std/setutils <setutils.html >`_
124+ This module adds functionality for the built-in ``set `` type.
125+
126+ * `std/enumutils <enumutils.html >`_
127+ This module adds functionality for the built-in ``enum `` type.
128+
126129* `sharedlist <sharedlist.html >`_
127130 Nim shared linked list support. Contains a shared singly-linked list.
128131
You can’t perform that action at this time.
0 commit comments