Copy self to dest.

Property definitions

core $ CString :: copy_to
	# Copy `self` to `dest`.
	fun copy_to(dest: CString, length: Int, from: Int, to: Int) is intern
lib/core/text/native.nit:112,2--113,70