UtfString.length

Calculates the number of unicode characters in the referenced string. The calculation requires that the whole string is iterated over.

struct UtfString(Char = char, bool pull_dchars = false)
size_t
length
()

Return Value

Type: size_t

number of unicode characters in the string

Meta