copyArray

inline fun <T> copyArray(array: Array<T>): Array<T>

Copies an array into a new array.