L
Levan Jgarkava
Hi,
When I'm trying to assign one array to another the data is actually copied
to another array, but I don't need to make a copy of array, I want just
reference to array (so that when I'll change elements in one array, another
array element also will change).
How can I do this?
When I'm trying to assign one array to another the data is actually copied
to another array, but I don't need to make a copy of array, I want just
reference to array (so that when I'll change elements in one array, another
array element also will change).
How can I do this?