On Mon, 01 Jun 2009 00:28:21 +0300, Walter Bright <[email protected]> wrote:
> Hmm. Wouldn't compression data be naturally a ubyte[] type?
(again, something I forgot to add... shouldn't hit Send so soon)
Consider this really basic example of file concatenation:
auto data = read("file1") ~ read("file2"); // oops! void[] concatenation -
minefield created
--
Best regards,
Vladimir mailto:[email protected]
