toChars
toChars()
Section titled “toChars()”Category: String
Converts the input string into a collection of single-character strings
Signature
Section titled “Signature”- Return type:
collection
Examples
Section titled “Examples”'Hello'.toChars()Patient.name.family.toChars()