awe_string_create_from_ascii

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

@param str An ASCII string to be copied from.

@param len The length of the string

version(Windows)
awe_string_create_from_ascii
(
const(char)* str
,
size_t len
)

Meta