Fortran offers the ability to arbitrarily set array limits, e.g." real x(-30:40, 0:100)". This is very useful when using an array to represent grid points on a dimensioned physical structure with, say, (0,0) somewhere in the structure. Is there any chance that this could be added to an upcoming version of Julia?
LarryD