mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 13:59:29 +02:00
* add IEquatable<T>, requested on forum.
This commit is contained in:
parent
430f1910ed
commit
d38c881828
@ -86,6 +86,9 @@ interface
|
||||
generic IEnumerable<T> = interface
|
||||
function GetEnumerator: specialize IEnumerator<T>;
|
||||
end;
|
||||
generic IEquatable<T> = interface
|
||||
function Equals(Value:T):boolean;
|
||||
end;
|
||||
{$endif}
|
||||
|
||||
{$SCOPEDENUMS ON}
|
||||
|
Loading…
Reference in New Issue
Block a user