Bruce McGee
A HashSet is a high-performance, unordered collection of unique elements. Delphi 12 introduces THashSet<T> and TObjectHashSet<T> classes in System.Generics.Collections. Of course, Delphi has had other options for this kind of thing. TStringList with its fairly… … Read more
2 years ago 0
Leave Your Comment