This commit is contained in:
Matthew 2026-01-04 17:03:09 +11:00
parent 2bff2f8b2f
commit 9f70b8982c

2
util.d
View File

@ -116,7 +116,7 @@ Errf(Args...)(string fmt, Args args)
} }
static string static string
AssignStr(T, alias param)() if(StringType!(T)) AssignStr(T, alias p)() if(StringType!(T))
{ {
import std.format : format; import std.format : format;