Tomas Lindquist Olsen wrote: > Fx: If I used std.file.read to read a file I get a GC allocated void[]. > It's not _that_ unlikely that some of the data could look like a > pointer. But the GC will handle the block as if it could all be > pointers as it is void[]. Is this correct? Take a look at the source to std.file.read() <g>.