2 lines
56 B
ObjectPascal
2 lines
56 B
ObjectPascal
type
|
|
TComparer<T> = function(const L, R: T): Boolean;
|
type
|
|
TComparer<T> = function(const L, R: T): Boolean;
|