ยง Nice way to loop over an array in reverse

const double n = sizeof(spheres) / sizeof(Sphere), inf = t = 1e20;
for (int i = int(n); i--; ) { } //chad
for (int i = n-1; i >= 0; i--) { // simp