import std.conv: to;

string str = "test1";
wstring[] wstr = [to!wstring(str)];

Reply via email to