https://issues.dlang.org/show_bug.cgi?id=13684

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WONTFIX

--- Comment #3 from RazvanN <[email protected]> ---
Closing as per kinke's comment:

"I don't think Phobos needs such a function; it may encourage people to think
jagged arrays (arrays of arrays) are a reasonable way to represent such
rectangular multidimensional arrays, while we have a much better suited library
for that: http://mir-algorithm.libmir.org/mir_ndslice.html

Using join() for the recursion and thus requiring potentially huge temporary
buffers for such a check is bad."

--

Reply via email to