From 7a2768340ea921d033ce3c5584491071266a0b1b Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 29 Oct 2017 07:51:00 +0100 Subject: Add algorithm package with move and moveEmplace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fc8c053..df6181b 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3