Closed fenhl closed 9 years ago
This removes the Copy impl from Chunk, which appears to be unused anyway. It can be manually implemented if required, or we can wait until large arrays are Copy and reintroduce the derived impl then.
Copy
Chunk
This removes the
Copy
impl fromChunk
, which appears to be unused anyway. It can be manually implemented if required, or we can wait until large arrays areCopy
and reintroduce the derived impl then.