| [Overview][Procedures and functions][Variables][Index] |
Implements a merge sort algorithm for a list of pointers with the given length.
Source position: lazutilities.pas line 34
procedure MergeSortWithLen( |
List: PPointer; |
ListLength: PtrInt; |
const Compare: TListSortCompare |
); |