Suggestion: array slice through arr[base, size]
karl via Digitalmars-d
digitalmars-d at puremagic.com
Sun Feb 8 09:05:56 PST 2015
On Sunday, 8 February 2015 at 15:23:13 UTC, Orvid King wrote:
> No, because that looks like it should be indexing a uniform
> multi-dimensional array, which it very definitely is not.
Oh, I didn't notice that conflict. So ok, disregard this
suggestion. I'll just use methods like the .slice(int,int) one
suggested above instead.
More information about the Digitalmars-d
mailing list