Copies the source onto the destination. For some copy operations, this may be the fastest method available.
int32 Memcpy( TypedIterator first, TypedIterator last, Int8Iterator dst )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| <TypedIterator> | first | An iterator at the start of the range to copy. | 
| <TypedIterator> | last | An iterator at the end of the range to copy. | 
| <Int8Iterator> | dst | An iterator at the start of the destination. | 
None published. Please look for an example in the Simdify Scripting Language code base.