container.Set and HashTable: Fix constructors

This commit is contained in:
2018-05-17 05:31:14 +02:00
parent 385ec19e2f
commit c511b97b1b
4 changed files with 126 additions and 18 deletions

View File

@@ -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.