Difference between revisions of "Array.copy()"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
 
 
Line 7: Line 7:
  
 
Make a copy of the array. Helpful to avoid by reference issues when array elements are overwritten etc.
 
Make a copy of the array. Helpful to avoid by reference issues when array elements are overwritten etc.
 +
 +
==See Also==
 +
[[Array.clone() |clone]]
 +
 +
[[Array.deepcopy() | deepcopy]]

Latest revision as of 04:05, 30 April 2020


Array.copy()

Make a copy of the array. Helpful to avoid by reference issues when array elements are overwritten etc.

See Also

clone

deepcopy