Member access of __gshared global object

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Aug 7 04:05:32 PDT 2014


It's an optimization of memory allocation: you can always have a 
usable AA without allocating anything for it, so when you fill it 
with data, you may want to assign it back to where it should 
stay, similar to a slice.


More information about the Digitalmars-d-learn mailing list