std.algorithm and immutable arrays

Simen kjaeraas simen.kjaras at gmail.com
Thu Jun 10 03:34:56 PDT 2010


Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:

> (b) Promote a change in the compiler to convert immutable(T[]) to  
> immutable(T)[] when passed by value into a function. This is safe and  
> sensible.

This absolutely seems sensiblest. Vote++;

-- 
Simen


More information about the Digitalmars-d mailing list