DynamicArrayDeepReset

Deep reset function for dynamic arrays. To reset a dynamic array set the length to 0.

void
DynamicArrayDeepReset
(
T
)
(
ref T[] dst
)

Parameters

T

type of array to deep copy

dst T[]

destination array

Meta