https://issues.dlang.org/show_bug.cgi?id=8851

--- Comment #14 from Andrej Mitrovic <[email protected]> ---
import std.string;

void main()
{
    char sep = '|';
    string z = ["foo", "bar"].join(sep.only);
}

--

Reply via email to