Andrej Mitrovic Fri, 25 Feb 2011 07:22:51 -0800
This should explain everything: auto a = [1,2,3]; auto pa = &a; writeln(&pa); writeln(&pa+1);
Do the math!