Garden 🌻

String::len

Return the number of characters (codepoints) in the string.

"abc".len() //-> 3
Source Codepublic method len(this: String): Int {
  __BUILTIN_IMPLEMENTATION
}