diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-08-27 13:52:11 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-08-27 13:52:11 +0200 |
| commit | 2a67ccd9542d2d61117caefb2f59f5fdf205fbc2 (patch) | |
| tree | 181f839718a021216e6e0580075617d0ee30032b /README.md | |
| parent | b8fa670c5a1e6e856ced5d1be7f04360e91e0c7d (diff) | |
| download | tanya-2a67ccd9542d2d61117caefb2f59f5fdf205fbc2.tar.gz | |
Use standard range API
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -19,7 +19,6 @@ programming in D. Tanya consists of the following packages and (top-level) modules: * `algorithm`: Collection of generic algorithms. -* `bitmanip`: Bit manipulation. * `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8 string, Set, Hash table. * `conv`: This module provides functions for converting between different @@ -36,8 +35,6 @@ arguments. * `os`: Platform-independent interfaces to operating system functionality. * `range`: Generic functions and templates for D ranges. * `test`: Test suite for unittest-blocks. -* `typecons`: Templates that allow to build new types based on the available -ones. ## NogcD |
