On Wednesday, March 25, 2015 at 7:20:05 AM UTC-4, Neal Becker wrote:
>
> So ArrayView is not a 1st-class array? 


There's not really such a thing as a "1st-class" array.  Every array type 
needs to define its own indexing methods… and there are a lot of them! 
 It's very tough to cover them all.  You've just run into a method that's 
missing.  As Tim suggests, you could write this method and submit a PR.

I'm hoping to fix this eventually.

Reply via email to