chickadee » slib-arraymap » array:copy!

array:copy! DST SRCprocedure

Copies every element from vector or array SRC to the corresponding element of DST. DST must have the same rank as SRC, and be at least as large in each dimension. The order of copying is unspecified.