Next: iklib vectors iteration, Previous: iklib vectors comparison, Up: iklib vectors [Index]
vec must be a vector, and start and end must be exact integer objects satisfying:
0 <= start <= end <= (vector-length vec)
Return a newly allocated vector formed from the items of vec beginning with index start (inclusive) and ending with index end (exclusive).
Return a newly allocated copy of the given vector. This is “shallow” copy, not a “deep” copy: the returned vector holds the same items of vec.
Copy count items from src.vec starting at src.start (inclusive) to dst.vec starting at dst.start. Return unspecified values.