copyTo
void copyTo<T: copyable>(const T[] this, T[] destination, sizeof(T))Copies array elements into another array.
Parameters
const
this
T[]
destination
The array that receives copied elements. If it is shorter than the source, only the destination length is copied.
nuint
sizeof(T)
Generated with campc 0.12.0-preview.1.