On Friday, 7 February 2020 at 06:20:09 UTC, novice2 wrote:
import std.conv: to;

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

Thank you!

Reply via email to