auto

RexLen rexlen at gmail.com
Thu Nov 24 12:59:01 PST 2011


Just curious:
is there any performance gap using auto instead of int or other
type? For example

int[] ar1 = new int[1000];
auto[] ar2 = new int[1000];

are these equivalent by a perfomance point of view?

Thx


More information about the Digitalmars-d-learn mailing list