Copy
Jump to navigation
Jump to search
copy <src_array>[<src_index>] <dst_array>[<dst_index>] <size>
Copies <size> elements from the source array starting from <src_index> to the destination array starting from <dst_index>.
copy <src_array>[<src_index>] <dst_array>[<dst_index>] <size>
Copies <size> elements from the source array starting from <src_index> to the destination array starting from <dst_index>.