On Sunday, 30 October 2016 at 18:26:54 UTC, arturg wrote:
you cant mutate capacity directly because its only a getter but you could use arr.reserve(someVal);
Thx!
Nordlöw via Digitalmars-d-learn Sun, 30 Oct 2016 12:21:06 -0700
On Sunday, 30 October 2016 at 18:26:54 UTC, arturg wrote:
you cant mutate capacity directly because its only a getter but you could use arr.reserve(someVal);
Thx!