https://issues.dlang.org/show_bug.cgi?id=24698
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @ntrel created dlang/phobos pull request #9044 "Fix Bugzilla 24698 - Appender needs to expose readonly property 'sizeā¦" fixing this issue: - Fix Bugzilla 24698 - Appender needs to expose readonly property 'size_t length' without using 'data' property Add `length` property rather than `app[].length`. Also remove `@trusted` attribute from `@safe` function. https://github.com/dlang/phobos/pull/9044 --
