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,6 +14,7 @@
*/
module tanya.hash.lookup;
import std.traits : isScalarType;
import tanya.meta.trait;
import tanya.range.primitive;