Thread overview
[Issue 19259] std.array.Appender needs a way to set/get the length
Apr 16, 2022
Luís Ferreira
Apr 16, 2022
Dlang Bot
Dec 17, 2022
Iain Buclaw
April 16, 2022
https://issues.dlang.org/show_bug.cgi?id=19259

Luís Ferreira <contact@lsferreira.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact@lsferreira.net
            Summary|std.array.Appender needs a  |std.array.Appender needs a
                   |way to set the length       |way to set/get the length

--
April 16, 2022
https://issues.dlang.org/show_bug.cgi?id=19259

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ljmf00 updated dlang/phobos pull request #8432 "feat(array): add .length property" fixing this issue:

- feat(array): add .length property

  This patch adds a .length property to either get and set the length of the
  managed array.

  Fix issue 19259.

  Reference: https://issues.dlang.org/show_bug.cgi?id=19259
  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

https://github.com/dlang/phobos/pull/8432

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19259

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--