Does associative array change the location of values?

Andrey Zherikov andrey.zherikov at gmail.com
Fri Oct 29 17:40:38 UTC 2021


I want to have a pointer to a value in an associative array. Does 
AA guarantee that the value will remain at the same address all 
the time unless I remove the corresponding key? I couldn't find 
any guarantees similar to C++ iterator invalidation in D Language 
Reference.


More information about the Digitalmars-d-learn mailing list