We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b90150 commit 9a6abdaCopy full SHA for 9a6abda
source/mir/format.d
@@ -59,7 +59,7 @@ unittest
59
}
60
61
/// Concatenated string results
62
-string text(string separator = "", Args...)(auto ref Args args)
+string text(string separator = "", Args...)(auto ref const(Args) args)
63
if (Args.length > 0)
64
{
65
static if (Args.length == 1)
0 commit comments