On Thursday, 14 May 2015 at 13:26:27 UTC, ivoras wrote:
Is it resizable?

You can append with the ~= operator and size down by slicing it.

Apparently it doesn't even have an "insert" method: http://dlang.org/phobos/std_array.html .

http://dlang.org/phobos/std_array.html#insertInPlace

is the one you'd use for that.

Reply via email to