[Issue 6798] Integrate overloadings for multidimentional indexing and slicing
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 9 19:56:17 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6798
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2011-10-09 19:55:28 PDT ---
So is this:
y[$-6, 0..$:2]
getting translated like this?
y.opIndex(y.opDollar!0 - 6, y.opSlice!1(0, y.opDollar!1, 2))
Strides/steps are sometimes useful in numerics code.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list