bearophile Tue, 07 Apr 2009 01:40:11 -0700
Even just: void main() { auto a = new uint[10_000_000]; a.sort; a.sort; }
Bye, bearophile