8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f8fbc commit 8359763Copy full SHA for 8359763
doc/intro.h
@@ -59,6 +59,7 @@ POSSIBILITY OF SUCH DAMAGE.
59
* @li @link set.h Set @endlink: A set of values.
60
* @li @link slist.h Singly linked list @endlink: A set of values stored
61
* in a list with links that point in one direction.
62
+ * @li @link trie.h Trie @endlink: Fast mapping using strings as keys.
63
*
64
* @section Utility_functions Utility functions
65
0 commit comments