[Issue 15493] New: GC.BlkAttr.APPENDABLE refers to a broken link

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 1 07:29:51 PST 2016


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

          Issue ID: 15493
           Summary: GC.BlkAttr.APPENDABLE refers to a broken link
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: destructionator at gmail.com

http://dlang.org/phobos/core_memory.html#.GC.BlkAttr.APPENDABLE

It says "Use capacity to retrieve actual useable capacity. " where capacity is
a link that leads nowhere.

I see no function called capacity anywhere in core.memory that it might be
referring to.

There's a second reference to this link under `extend`.


I *think* it is talking about slice.capacity, which is referenced here
http://dlang.org/spec/arrays.html#dynamic-arrays but not formally documented
anywhere that we can actually link to.

--


More information about the Digitalmars-d-bugs mailing list