Closed jmrico01 closed 10 months ago
Closes https://github.com/wurstscript/WurstStdlib2/issues/427
Added a lexicographic string comparison function to String.wurst and integrated into LinkedList for out-of-the-box sorting of LinkedList<string>.
String.wurst
LinkedList
LinkedList<string>
Cool, thanks for the submission 👍
Oh, perhaps a test for linked list string sort would be nice as well. But not that important.
Closes https://github.com/wurstscript/WurstStdlib2/issues/427
Added a lexicographic string comparison function to
String.wurst
and integrated intoLinkedList
for out-of-the-box sorting ofLinkedList<string>
.