std.collection lets rename it into std,ridiculous.

a a at a.com
Mon Feb 20 10:42:07 PST 2012


> But if you only access it via push() and pop(), then there are 
> no other references to the stack, so why should the GC 
> reallocate it on append?

Because the GC doesn't know there aren't any other references to 
it unless you tell it with assumeSafeAppend.



More information about the Digitalmars-d mailing list