RFC: naming for FrontTransversal and Transversal ranges

Christopher Wright dhasenan at gmail.com
Thu Apr 30 03:50:01 PDT 2009


Rainer Deyke wrote:
> Andrei Alexandrescu wrote:
>> 1. Value semantics (arrays are like int)
> 
> 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.



More information about the Digitalmars-d mailing list