Returns an array of the string's character
chars("Hello"); // ["H", "e", "l", "l", "o"]
Generated using TypeDoc
Returns an array of the string's character
Example