[Overview][Procedures and functions][Variables][Index] Reference for unit 'LazUtilities' (#lazutils)

MergeSortWithLen

Implements a merge sort algorithm for a list of pointers with the given length.

Declaration

Source position: lazutilities.pas line 34

procedure MergeSortWithLen(

  List: PPointer;

  ListLength: PtrInt;

  const Compare: TListSortCompare

);