wurstscript / WurstStdlib2

WurstScript Standard Library Version 2
Apache License 2.0
55 stars 53 forks source link

Add string comparison function #428

Closed jmrico01 closed 10 months ago

jmrico01 commented 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>.

Frotty commented 10 months ago

Cool, thanks for the submission 👍

Frotty commented 10 months ago

Oh, perhaps a test for linked list string sort would be nice as well. But not that important.