We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
new
1 parent 29beca9 commit cb1b8f9Copy full SHA for cb1b8f9
spec/arrays.dd
@@ -658,7 +658,7 @@ $(H4 $(LNAME2 growing, Growing an Array))
658
in place to avoid extra copying. It will do a copy if the new size
659
is larger and either:)
660
661
- * The array was not allocated via the `new` operator.
+ * The array was not $(DDSUBLINK spec/garbage, op_involving_gc, allocated by the GC).
662
* There is no spare $(RELATIVE_LINK2 capacity-reserve, capacity) in the array.
663
* Resizing in place would overwrite valid data still accessible in another slice.
664
0 commit comments