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

Reply via email to