On Wednesday, 15 January 2014 at 02:56:01 UTC, Adam D. Ruppe wrote: > You can't really use void[] directly - cast it to ubyte[] then > use it and you can write each index by byte. And then back to void[] write to a file?