Remove traits depending on deprecated complex
All checks were successful
test Test.

This commit is contained in:
2023-03-25 15:55:57 +01:00
parent 90797a48be
commit 728eaf88fb
6 changed files with 4 additions and 210 deletions

View File

@ -14,7 +14,7 @@
*/
module tanya.conv;
import std.traits : Unsigned;
import std.traits : Unsigned, isNumeric;
import tanya.container.string;
import tanya.memory.allocator;
import tanya.meta.trait;