From 2a67ccd9542d2d61117caefb2f59f5fdf205fbc2 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 27 Aug 2025 13:52:11 +0200 Subject: Use standard range API --- README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 690714f..9b0cf29 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3