Sunday, November 5, 2023

[Yukon Beta Blog] THashset


A HashSet is a high-performance, unordered collection of unique elements.

Delphi 12 introduces THashSet<T> and TObjectHashSet<T> classes in System.Generics.Collections.