Make isWideString compatible with Phobos isNarrowString
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
module tanya.algorithm.iteration;
|
||||
|
||||
import std.traits : Unqual;
|
||||
import std.traits : Unqual, isMutable;
|
||||
import std.typecons;
|
||||
import tanya.memory.lifetime;
|
||||
import tanya.meta.trait;
|
||||
|
||||
Reference in New Issue
Block a user