digitalmars.D.bugs - [Issue 15493] New: GC.BlkAttr.APPENDABLE refers to a broken link
- via Digitalmars-d-bugs (23/23) Jan 01 2016 https://issues.dlang.org/show_bug.cgi?id=15493
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 puremagic.com Reporter: destructionator 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. --
Jan 01 2016