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