Formal Review of std.range.ndslice

Brian Schott via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 16 16:10:41 PST 2015


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.


More information about the Digitalmars-d mailing list