Converts a string to a sorted set of unique characters.
The string to be converted.
strToSortedCharSet('banana');//=> 'abn' Copy
strToSortedCharSet('banana');//=> 'abn'
Generated using TypeDoc
Converts a string to a sorted set of unique characters.