String::chars
Return this string as a list of individual characters.
"abcc".chars() == ["a", "b", "c", "c"]
Source Codepublic method chars(this: String): List<String> { __BUILTIN_IMPLEMENTATION }
public method chars(this: String): List<String> { __BUILTIN_IMPLEMENTATION }