awe_string_get_length

Gets the length of a string.

@param str The string to get the length of.

@return The length of the string.

version(Windows)
size_t
awe_string_get_length
(
const(awe_string)* str
)

Meta