char[] a = "ao"; to!(wchar*)(a); // fails toUTF16z converts char[] to wchar* toStringz converts char[] to char*
Am I missing function(s), or do I have to combine them myself?
char[] a = "ao"; to!(wchar*)(a); // fails toUTF16z converts char[] to wchar* toStringz converts char[] to char*
Am I missing function(s), or do I have to combine them myself?