Make isWideString compatible with Phobos isNarrowString

This commit is contained in:
2025-08-25 14:32:34 +02:00
parent 260b131222
commit 720d259cfc
22 changed files with 30 additions and 1649 deletions

View File

@@ -22,6 +22,7 @@
*/
module tanya.test.assertion;
import std.traits : isSomeFunction;
import tanya.memory.allocator;
import tanya.meta.trait;