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

RazvanN <razvan.nitu1...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1...@gmail.com
         Resolution|---                         |WONTFIX

--- Comment #3 from RazvanN <razvan.nitu1...@gmail.com> ---
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