String::len()
Return the number of characters (codepoints) in the string.
"abc".len() //-> 3
public method len(this: String): Int { __BUILT_IN_IMPLEMENTATION }