RFC: naming for FrontTransversal and Transversal ranges

Rainer Deyke rainerd at eldwood.com
Thu Apr 30 11:44:17 PDT 2009


Christopher Wright wrote:
> Rainer Deyke wrote:
>> Don't forget:
>>  + Supports timely destruction of contents (i.e. RAII).
> 
> These are collections. RAII doesn't matter when you have a garbage
> collector and the only resource you have is memory, unless you're quite
> strapped for memory.

It also doesn't matter if the resource deallocation pixie deallocates
all my non-memory resources the moment they are no longer being used,
which is about as likely as only having memory resources in arrays.


-- 
Rainer Deyke - rainerd at eldwood.com



More information about the Digitalmars-d mailing list