Mixing std.container.array and Appender

IchorDev zxinsworld at gmail.com
Tue Feb 10 07:52:23 UTC 2026


On Monday, 9 February 2026 at 08:37:25 UTC, axricard wrote:
> I see your point, but my question was more about an other nice 
> property of Appender's: they double their size every time they 
> need to re-allocate, which is not the case in for std.container 
> Arrays. Do I have to write my own wrapper to have such behavior 
> with Array's ?

Yes because that is merely an implementation detail.




More information about the Digitalmars-d-learn mailing list