Re: [racket] multi[set,hash] question

2014-01-08 Thread Greg Hendershott
> 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

[racket] multi[set,hash] question

2014-01-07 Thread Dmitry Cherkassov
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