Returns a string array that represents the given string
Optional
the source string to inspect
a string array that represents the given string
toChars(undefined); // undefinedtoChars('foobar'); // ['f', 'o', 'o', 'b', 'a', 'r'] Copy
toChars(undefined); // undefinedtoChars('foobar'); // ['f', 'o', 'o', 'b', 'a', 'r']
Returns a string array that represents the given string