Description
The programming language Object Pascal in the Delphi environment allows to use only sets of maximum size of 256 elements (Set Of Byte or Set Of Char). TSetOfInteger is a class, which can pass this limit and allows to use unlimited set of integers in similar way, as it is possible to work with common sets.
The size of a set is limited only by the amount of the free memory.
The size of a set is limited only by the amount of the free memory.