Is it using ReDim preserve behind the scenes ? ⦠or is it using some more efficient mechanism ?
dale
(Dale Fugier)
2
Hi @ThomasAn,
The code is in C++, so no ReDim
used. The function just creates a new array, appends the two input arrays to it, and returns the new array.
ā Dale
1 Like