D is for Data Science

bearophile via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Nov 25 02:18:52 PST 2014


weaselcat:

> I see array.sort is planned for future deprecation, what does 
> "future" fall under?

For us that activate warnings in dmd (because for a design 
mistake they are disabled on default, but hopefully this will be 
fixed in future) in the latest github version of the compiler it 
gives a warning if you use the built-in sort and "reverse". 
Unfortunately the library "reverse" still needs to be fixed to 
return the array as the built-in "reverse".

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list