On 1/1/15, Idan Arye via Digitalmars-d-learn
<digitalmars-d-learn@puremagic.com> wrote:
> If I have an associative array and I only modify it's values,
> without changing the keys, can I assume that the order won't
> change?

Associative arrays are not ordered at all.

See the first note here: http://dlang.org/hash-map.html

Reply via email to