You could just store the uid of one array in another. Then you'd pick the other array by uid before using it.
Or taking the idea further you could use iid's instead. Which would still require you to pick the array before setting values, but you could then get values with:
Array2(Array1.at(1,4,5)).at(4,6)