Copies chunk to content[start .. end]. chunk.length must be end - start and end must be at most the current content length.
chunk to copy to the content
start of the slice
end of the slice
slice to chunk in the content
See Implementation
Copies chunk to content[start .. end]. chunk.length must be end - start and end must be at most the current content length.