On Monday, November 12, 2012 15:43:57 monarch_dodra wrote:
> Thoughts?

For now, if you need a set, then use RedBlackTree. Long term, a hash set 
should be added to std.container. As cool as it is to have AAs built into the 
language, they have been a disaster on a number of levels, and they buy you 
very little over having a library type. So, I see no reason to complicate the 
language further buy trying to add a hash set to it (especially considering 
all of the issues with AAs).

- Jonathan M Davis

Reply via email to