Formal Review of std.range.ndslice

Nordlöw via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 18 02:18:36 PST 2015


On Tuesday, 17 November 2015 at 18:38:14 UTC, Ilya Yaroshenko 
wrote:
>> AFAIK, if all the slice dimensions are know at compile-time it 
>> should. This is kind of similar to how std.range.chain() works.
>
> Thanks! Implemented: 
> http://dtest.thecybershadow.net/artifact/website-7a646fdea76569e009844cdee5c93edab10980ca-4f243752aee5ecc098ce1c36eedd86a2/web/phobos-prerelease/std_experimental_range_ndslice.html#byElement
>
> --Ilya

I don't see any other checks using `isRandomAccessRange`. Surely 
there must be other ranges/algorithms in ndslice that should 
propagate random access, right?


More information about the Digitalmars-d mailing list