awe_string_create_from_wide

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

@param str A Wide string to be copied from.

@param len The length of the string

version(Windows)
awe_string_create_from_wide
(
const(wchar_t)* str
,
size_t len
)

Meta