changing array lengths

Ellery Newcomer ellery-newcomer at utulsa.edu
Tue Dec 9 20:54:30 PST 2008


Does the following totally not make sense? I think it should work.

int[] a = new int[10];

a.length += 30;


More information about the Digitalmars-d-learn mailing list