With my current knowledge I use to!dhar to convert Utf8[](or char[]) to Utf32[](or dchar[])
dchar[] range = to!dchar("erdem".dup)
How costly is this?
Is there a way which I can have Utf32 string directly without a
cast?
With my current knowledge I use to!dhar to convert Utf8[](or char[]) to Utf32[](or dchar[])
dchar[] range = to!dchar("erdem".dup)
How costly is this?
Is there a way which I can have Utf32 string directly without a
cast?