2008/5/20 Robert Fraser <fraserofthenight at gmail.com>: > In my onion, sort and reverse should not be built-ins, since libraries > (other than the runtime) can and have > devise better algorithms for these things. std.algorithm.sort is way better than the built-in sort, for example, at least in D2. It's way time built-in sort was dropped.