[Issue 15969] New: makeNrray - allocate + dispose multi-dimensional array

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Apr 29 02:11:26 PDT 2016


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

          Issue ID: 15969
           Summary: makeNrray - allocate + dispose multi-dimensional array
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: greensunny12 at gmail.com

it would be nice to have a makeNdarray method in the allocator - or makeArray
could directly support them.
Also `dispose` should work with multi-dimensional arrays or alternatively
provide `disposeNd` ;-)

--


More information about the Digitalmars-d-bugs mailing list