On Tuesday, November 18, 2014 07:04:54 AM Sebastian Good wrote: > "the soup has not yet been assembled" > > ... meaning that array subscripting with ranges will eventually result in > views on those arrays rather than copies?
Partly, yes. However, what I really had in mind was what would be, for this particular case, an even more efficient possibility: extracting a column of his "index matrix" as a CartesianIndex. But now that I think about it again, I wonder if it's too specialized for base, and should be something that users/packages implement. --Tim
