On Sunday, 17 May 2015 at 09:20:17 UTC, Dennis Ritchie wrote:
On Sunday, 17 May 2015 at 09:18:15 UTC, Daniel Kozak wrote:
auto s = cast(char[][])["foo", "bar"];

Thanks. This version I was completely satisfied.

So maybe this one would be ok with you too :)

auto s = to!(char[][])(["foo", "bar"]);

Reply via email to