Need a collection of unique elements (like C++ std::set).

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Jan 2 02:20:20 PST 2014


On 1/1/14, Brad Anderson <eco at gnuk.net> wrote:
> void[key] is a commonly requested feature but so far no one has
> implemented it.

You can however use:

void[0][int] hash;
hash[1] = [];


More information about the Digitalmars-d mailing list