Yes. For basic types like int's, you don't need to destroy the array.
As long as you don't slice the array and store that in i, you don't need to call addrOf too.
Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn Sun, 16 Jul 2023 11:47:40 -0700
Yes. For basic types like int's, you don't need to destroy the array.
As long as you don't slice the array and store that in i, you don't need to call addrOf too.