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

Dicebot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Dicebot <[email protected]> ---
(In reply to Steven Schveighoffer from comment #2)
> we should create a moveAppend function that allows this (would destroy old
> elements if they have to be moved).

This seems quite fitting for a `Buffer` concept which we are switching to from
built-in arrays to keep D1 array stomping behavior (effectively a wrapper over
array which owns that array and calls `assumeSafeAppend` each time length is
changed).

--

Reply via email to