https://issues.dlang.org/show_bug.cgi?id=24698
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/phobos pull request #9044 "Fix Bugzilla 24698 - Appender needs to expose readonly property 'sizeā¦" was merged into master: - ef4836a7be496ff0a5515968a78e8a5bd536181b by Nick Treleaven: 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 --
