Walter Bright wrote:

This is a major revision to Phobos, including Andrei's revolutionary new range support.

http://www.digitalmars.com/d/2.0/changelog.html
http://ftp.digitalmars.com/dmd.2.029.zip

The documentation for completeSort in std.algorithm says:

   Performs O(n * log(n)) (best case)
         to O(n * log(n)) (worst-case) evaluations of swap.

I wonder what it should be.


Reply via email to