Remove traits depending on deprecated complex
All checks were successful
test Test.
All checks were successful
test Test.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user