More on "Component Programming"

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon May 27 19:05:37 PDT 2013


On 5/27/13 9:30 PM, Peter Williams wrote:
> On 28/05/13 10:37, bearophile wrote:
>>> .map!(words => words
>>> .classify!q{ a
>>> .dup
>>> .representation
>>> .sort()
>>> .release
>>
>> Also, let's kill the built-in sort already :-)
>>
>
> But I just found it and started using it. :-)
>
> I was contemplating writing my own sort function as the ones in
> std.algorithm didn't meet my needs (or using them was too messy) until I
> discovered this feature.

We need to fix that! std.algorithm.sort should include builtin sort's 
functionality,

Andrei




More information about the Digitalmars-d mailing list