awe_string_get_utf16

Get a pointer to the actual internal UTF-16 bytes of a string.

@param str The string to get the UTF-16 bytes of.

@return A constant pointer to the UTF-16 buffer of the string.

version(Windows)
const(wchar16)*
awe_string_get_utf16
(
const(awe_string)* str
)

Meta