Formal Review of std.range.ndslice

Ilya Yaroshenko via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 18 12:42:19 PST 2015


On Wednesday, 18 November 2015 at 20:10:00 UTC, Lucien Janvier 
wrote:
> On Monday, 16 November 2015 at 22:45:35 UTC, Jack Stouffer 
> wrote:
>> This is the start of the two week formal review for the 
>> proposed std.range.ndslice. This new addition to the standard 
>> library would add the ability to create and manipulate 
>> multi-dimensional random access ranges in a way that will be 
>> very familiar to those of you who use numpy. This has the 
>> potential to give D a huge boost in popularity in numerical 
>> and scientific applications.
>>
>> [...]
>
> I don't see any constraint related to dimenssion checking.

I have add description to asserts 
https://github.com/9il/phobos/commit/f91d611ad66af9b6698142f92bcb8cc05747aff0

Is it constraints you asked?


More information about the Digitalmars-d mailing list