Previous: objects misc cbuffers, Up: objects misc [Index]
Copy count items from src starting at offset src_start, to dst starting at offset dst_start; src_start, dst_start and count must be non–negative fixnums. Return unspecified values.
Both dst and src can be one among: a bytevector, a pointer, a string. For bytevectors and pointers: bytes are moved and src_start, dst_start and count are in byte units. For strings: 32-bit values representing Unicode code points are moved and src_start, dst_start and count are in character units.