The language-defined generic package Containers.Indefinite_Hashed_Sets
provides a set with the same operations as the package Containers.Hashed_Sets
(see
A.18.8), with the difference that the
generic formal type Element_Type is indefinite.
The declaration of
the generic library package Containers.Indefinite_Hashed_Sets
has the same contents as Containers.Hashed_Sets except:
The generic formal Element_Type is indefinite.
The actual Element parameter of access subprogram
Process of Update_Element_Preserving_Key may be constrained even if Element_Type
is unconstrained.