There's no need to have it in base julia, you can add it in a package. https://github.com/alsam/OffsetArrays.jl https://groups.google.com/forum/#!topic/julia-dev/NOF6MA6tb9Y
--Tim On Monday, August 17, 2015 06:43:13 AM LarryD wrote: > 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