Unit 'LazUtilities' Package
[Overview][Types][Procedures and functions][Variables][Index] [#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.4 Generated 2025-11-08 Home