On Fri, Nov 19, 2021 at 10:21:52PM +0000, pascal111 via Digitalmars-d-learn wrote: [...] > When I compiled the code after adding yours, I found this error message: > > "untitled20.d:24:8: error: no property 'copy' for type 'ByChunk' > 24 | .copy(outputFile.lockingBinaryWriter); // copy each block > into output file > | ^ > "
import std.algorithm; T -- It is impossible to make anything foolproof because fools are so ingenious. -- Sammy