awe_string_create_from_utf16

Create a string from a UTF-16 string. You must call awe_string_destroy with the returned instance once you're done using it.

@param str A UTF-16 string to be copied from.

@param len The length of the string.

version(Windows)
awe_string_create_from_utf16
(
const(wchar16)* str
,
size_t len
)

Meta