blob: 516d370f39496b5c439b0ca770c8803e9af4eec1 [file] [log] [blame]
module std14198.format;
struct FormatSpec(Char) if (is(Char == char))
{
import std14198.conv;
string toString()
{
return to!string(true); // necessary
}
}