diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-10-29 07:51:00 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-10-29 07:51:00 +0100 |
| commit | 7a2768340ea921d033ce3c5584491071266a0b1b (patch) | |
| tree | fb25e4c0d0d800a47e545ea6d35e60c43cc32b5e /README.md | |
| parent | 414d7a11a8a53c40d6c24def1b6d63c624ef3c7a (diff) | |
| download | tanya-7a2768340ea921d033ce3c5584491071266a0b1b.tar.gz | |
Add algorithm package with move and moveEmplace
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,6 @@ Garbage Collector heap. Everything in the library is usable in @nogc code. Tanya extends Phobos functionality and provides alternative implementations for data structures and utilities that depend on the Garbage Collector in Phobos. -* [Bug tracker](https://issues.caraus.io/projects/tanya/issues) * [API Documentation](https://docs.caraus.io/tanya) * [Contribution guidelines](CONTRIBUTING.md) @@ -24,6 +23,7 @@ data structures and utilities that depend on the Garbage Collector in Phobos. 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 set. |
