Use standard range API

This commit is contained in:
2025-08-27 13:52:11 +02:00
parent b8fa670c5a
commit 2a67ccd954
23 changed files with 21 additions and 1763 deletions

View File

@@ -14,6 +14,7 @@
*/
module tanya.conv;
import std.range : isInputRange;
import std.traits;
import tanya.container.string;
import tanya.memory.allocator;