On Fr, 2014-07-04 at 08:03 +0200, Todd wrote:
> 
> On Jul 2, 2014 10:49 AM, "Nathaniel Smith" <n...@pobox.com> wrote:
> >
> > I admit I can't actually think of any features this would enable for
> us though...
> 
> Could it be useful for structured arrays?

Not sure how. The named columns seem like a decent point to me. For
toggling indexing options, I wonder if usually function calls or
temporary object construction (at least for numpy) ala:

arr.ox[...]
arr.indx(option)[...]

are not better in any case.

- Sebastian

> 
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to