Operate with void[]

Adam D. Ruppe destructionator at gmail.com
Tue Jan 14 18:56:00 PST 2014


You can't really use void[] directly - cast it to ubyte[] then 
use it and you can write each index by byte.


More information about the Digitalmars-d mailing list