setElementsToInitialState

Sets all elements of the passed dynamic array to its init state.

Use this function for better performance instead of calling setToInitialState on each element.

void
setElementsToInitialState
(
T
)
(
T[] arr
)

Meta