Next: syslib vectors conversion, Previous: syslib vectors mapping, Up: syslib vectors [Index]
The arguments vec to these operations must be fixnums, the
arguments fx must be fixnums. The following bindings are exported
by the library (vicare system $vectors)
.
Copy count items of vec from src.start inclusive to vec itself starting at dst.start inclusive. The copy happens forwards, so it is suitable for the case src.start greater than dst.start.
Copy count items of vec from src.end exclusive to vec itself starting at dst.end exclusive. The copy happens backwards, so it is suitable for the case src.end less than dst.end.
Copy items from src.vec to dst.vec; return dst.vec. Copy the items from the source slots from index src.start (inclusive) to src.end (exclusive), in the destination slots starting at index dst.start.
Copy count items from src.vec to dst.vec; return dst.vec. Copy the items the source slots at index src.start inclusive, to the destination slots at index dst.start inclusive.