Thread overview
[Issue 13684] std.numeric.isRectangular
Dec 23, 2016
Eduard Staniloiu
Feb 07, 2021
Berni44
Jul 25, 2021
Dlang Bot
Jul 29, 2021
RazvanN
December 23, 2016
https://issues.dlang.org/show_bug.cgi?id=13684

Eduard Staniloiu <edi33416@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |trivial
                 CC|                            |edi33416@gmail.com

--
February 07, 2021
https://issues.dlang.org/show_bug.cgi?id=13684

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@bernis-buecher.de

--- Comment #1 from Berni44 <bugzilla@bernis-buecher.de> ---
Note: std.range:transposed can do these checks.

--
July 25, 2021
https://issues.dlang.org/show_bug.cgi?id=13684

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@lucica28 updated dlang/phobos pull request #8175 "[DSSv3] Fix Issue 13684 - std.numeric.isRectangular" fixing this issue:

- Fix issue 13684

https://github.com/dlang/phobos/pull/8175

--
July 29, 2021
https://issues.dlang.org/show_bug.cgi?id=13684

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

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

--- Comment #3 from RazvanN <razvan.nitu1305@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."

--