Deep reset function for static arrays. To reset a static array go through the whole array and set the items to the init values for the type of the array.
type of array to deep copy
destination array
See Implementation
Deep reset function for static arrays. To reset a static array go through the whole array and set the items to the init values for the type of the array.