On Wed, Aug 26, 2020 at 9:56 PM yary <not....@gmail.com> wrote:

> Map and its descendants like Hash relate "from *string* keys to values of
> *arbitrary* types"
> QuantHash and its descendants like Mix, Bag, Set "provide *object* hashes
> whose values are *limited* in some way"
>
> Is there an associative class where both the keys and values are arbitrary?
>

Hash[Any,Any]

my Any %h{ Any }

Reply via email to