How can I create a reference to an array so that I can alter it (Exa, Remove Index) and have that change the original array?

I guess you could use an interface, at least you don’t have to cast

image