ie, does D have a way to handle
int[] x; for(int i=0; i < 1000; i++) { x = [i] ~ x; } efficiently, or is it better to avoid this sort of thing?
ie, does D have a way to handle
int[] x; for(int i=0; i < 1000; i++) { x = [i] ~ x; } efficiently, or is it better to avoid this sort of thing?