StaticArrayDeepReset

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.

void
StaticArrayDeepReset
(
T
)
(
T[] dst
)

Parameters

T

type of array to deep copy

dst T[]

destination array

Meta