Closed ollydev closed 3 years ago
Add Sort(, TCompareFunction) which uses a custom compare function: procedure(constref L,R:): Int32;
"Sorted" variants exist which do not modify input and returns a sorted copy.
Add Sort(, TCompareFunction) which uses a custom compare function: procedure(constref L,R:): Int32;
"Sorted" variants exist which do not modify input and returns a sorted copy.