> Is there support in racket for hash tables where there could be a few (> 1)
> entries with the same key?
>
> Like std::multiset in C++
I'm not familiar with std:multiset and all it might do.
It's not hard in Racket to store a `list` of things as the value in a
hash table. Actually a `set` would
Is there support in racket for hash tables where there could be a few (> 1)
entries with the same key?
Like std::multiset in C++
Thanks.
--
With best regards,
Dmitry
Racket Users list:
http://lists.racket-lang.org/users
2 matches
Mail list logo