Copy length items to dest.

Property definitions

core $ NativeArray :: copy_to
	# Copy `length` items to `dest`.
	fun copy_to(dest: NativeArray[E], length: Int) is intern
lib/core/collection/array.nit:994,2--995,57