TTimSort.BinaryInsertionSort<T> Method

Definition

Delphi
class procedure BinaryInsertionSort<T>(var values: array of T; start: NativeInt; const comparer: IComparer<T>)

Type Parameters

T

Parameters

values
array of T
start
NativeInt
comparer
IComparer<T>