Formal Review of std.range.ndslice
Ilya Yaroshenko via Digitalmars-d
digitalmars-d at puremagic.com
Tue Nov 17 01:34:47 PST 2015
On Tuesday, 17 November 2015 at 00:10:42 UTC, Brian Schott 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.
>
> One thing that stands out is the number of symbols in the Slice
> struct that have simple "///" doc comments. That is, they show
> up in the generated documentation without any explanation.
Thanks! Fixed
http://dtest.thecybershadow.net/artifact/website-7a646fdea76569e009844cdee5c93edab10980ca-2b25fcf8789289fb52e50e2e71914d1a/web/phobos-prerelease/std_experimental_range_ndslice.html
--Ilya
More information about the Digitalmars-d
mailing list