Formal Review of std.range.ndslice
Jack Stouffer via Digitalmars-d
digitalmars-d at puremagic.com
Wed Nov 18 11:33:05 PST 2015
On Wednesday, 18 November 2015 at 19:25:04 UTC, Ilya wrote:
> Possible solutions:
> 1. Mark `makeSlice` with red "Experimental"
> 2. Move `makeSlice` to unittest, so user could copy-past it.
Another solution is to leave `makeSlice` in std.experimental when
std.experimental.range.ndslice is moved to stable and move it to
std.range when std.experimental.allocator is moved.
I think it would be best to get someone from the leadership's
opinions on this before a decision is made.
More information about the Digitalmars-d
mailing list