Question about opSlice

John Colvin via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 17 09:30:56 PDT 2015


On Tuesday, 17 March 2015 at 16:29:38 UTC, John Colvin wrote:
> On Tuesday, 17 March 2015 at 13:57:18 UTC, Ilya Ivanov wrote:
> [snip]
>
> I recently did a full Array2D with slicing and non-contiguous 
> views etc and found that it was quite a nightmare getting all 
> this stuff correct.
>
> I think your mistake is that opSlice needs to be a template to 
> trigger the new-style slicing/indexing.
> E.g.
>
> opSlice(size_t dim)(size_t i, size_t j)

or maybe that should be uint dim, pretty sure it doesn't matter 
though.


More information about the Digitalmars-d mailing list