[Overview][Types][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 49

procedure MergeSortWithLen(

  List: PPointer;

  ListLength: PtrInt;

  const Compare: TListSortCompare

);

Arguments

List

  

PPointer to the list of items examined in the merge/sort routine.

ListLength

  

PtrInt with the length for the List argument.

Compare

  

TListSortCompare routine used to compare items for the merge/sort algorithm.


Version 4.0 Generated 2025-05-03 Home