associative array: unexpected results after static initialization

kdevel kdevel at vogtner.de
Fri Dec 1 16:06:50 UTC 2017


On Friday, 1 December 2017 at 00:42:00 UTC, H. S. Teoh wrote:
> Here's the fix:
>
> 	https://github.com/dlang/druntime/pull/1980

And wouldn't it be reasonable to add

    assert(aa.values == [ "b" ]);

to the unittest?


More information about the Digitalmars-d-learn mailing list