slow runtime

bearophile bearophileHUGS at lycos.com
Fri Sep 10 00:50:32 PDT 2010


Jonathan M Davis:
> Aren't they _always_ on the heap?

void main() {
    int[10] a;
    int[] b = a[];
}

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list