Remove Index not deleting Array element

You’re removing the Index from a copy of the array not a reference. You’ll have set the array again in the struct after removing the Index.

1 Like