diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-05-17 05:31:14 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-05-17 05:31:14 +0200 |
| commit | c511b97b1be132b526bd5bc9e12ebb888957493d (patch) | |
| tree | 9d2aa0ad30b3674d4b577cf1f26a1b347039ed59 /README.md | |
| parent | 385ec19e2fa21c1d59a47bc8ffb8043879f79d63 (diff) | |
| download | tanya-c511b97b1be132b526bd5bc9e12ebb888957493d.tar.gz | |
container.Set and HashTable: Fix constructors
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Tanya consists of the following packages and (top-level) modules: * `algorithm`: Collection of generic algorithms. * `async`: Event loop (epoll, kqueue and IOCP). * `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8 -string, Hash table. +string, Set, Hash table. * `conv`: This module provides functions for converting between different types. * `encoding`: This package provides tools to work with text encodings. |
