Copy part of iterable to another.
target iterable
source iterable
write index [0]
read start index [0]
read end index [END]
x[0..j] ⧺ y[i..I] ⧺ x[j+I-i..]
Generated using TypeDoc
Copy part of iterable to another.