On Monday, July 06, 2015 10:59:48 AM Tom Breloff wrote: > I plan on adding "views" to this as well, which will probably just check to > see if the indices are contained within a sub-array to return an > ArrayViews::view, otherwise a light wrapper around a "BlockView"
You're not going to be able to do that in a type-stable way, because it's something that depends on the values of the indexes rather than their type. --Tim
