TTeeSortSwap

TTeeSortSwap

type TTeeSortSwap = procedure(a, b: Integer) of object;

Unit
TeeProcs

Description
Swap interchanges a and b.

Used by QuickSort TeeSort sorting algorithm.