Converts a string to a set of unique characters.
The string to be converted.
strToCharSet('hello');;//=> Set { 'h', 'e', 'l', 'o' } Copy
strToCharSet('hello');;//=> Set { 'h', 'e', 'l', 'o' }
Generated using TypeDoc
Converts a string to a set of unique characters.