Sort trouble

bearophile bearophileHUGS at lycos.com
Tue Apr 7 01:38:08 PDT 2009


Even just:

void main() {
    auto a = new uint[10_000_000];
    a.sort;
    a.sort;
}

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list