diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-08-25 00:29:43 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-08-25 00:29:43 +0200 |
| commit | c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e (patch) | |
| tree | 91d01ed3d471fdb89173e97ed4b453695f14cd4f /README.md | |
| parent | 0e99effaeb59a6af301e2879063005d2bc82870e (diff) | |
| download | tanya-c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e.tar.gz | |
Add "native" configuration and TanyaPhobos version
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,11 +30,13 @@ string, Hash set. * `format`: Formatting and conversion functions. * `math`: Arbitrary precision integer and a set of functions. * `memory`: Tools for manual memory management (allocators, smart pointers). +* `meta`: Template metaprogramming package. * `net`: URL-Parsing, network programming. * `network`: Socket implementation. `network` is currently under rework. After finishing the new socket implementation will land in the `net` package and `network` will be deprecated. * `os`: Platform-independent interfaces to operating system functionality. +* `range`: Generic functions and templates for D ranges. * `typecons`: Templates that allow to build new types based on the available ones. |
