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

@@ -14,7 +14,7 @@
*/
module tanya.hash.lookup;
import std.traits : isScalarType;
import std.traits : isScalarType, isPointer, isSomeChar, isArray, isIntegral, isBoolean;
import tanya.meta.trait;
import tanya.range.primitive;