On 9/23/13 4:39 AM, Andrej Mitrovic wrote: > On 9/23/13, Benjamin Thaut <code at benjamin-thaut.de> wrote: >> Why "ubyte[]" and not "void[]"? > > Probably to make the GC avoid scanning into the array. No, that's determined at runtime by how the blocks are allocated. Andrei