This commit is contained in:
Matthew 2025-09-26 18:50:14 +10:00
parent 27d62beb41
commit cadb2b5f85

9
util.d
View File

@ -14,6 +14,15 @@ import std.traits;
import core.stdc.string : memset;
import core.simd;
pragma(inline) void
Int3()
{
debug asm
{
db 0xCC;
}
}
T[]
CastStr(T)(string str)
{