What does it mean void[]?

Orfeo orfeo.davia at gmail.com
Fri Nov 15 01:19:03 PST 2013


I have found in the module 
https://github.com/NCrashed/serial-port/blob/master/source/serial/device.d
this function:

          void write(const(void[]) arr) {
             ...

What exactly is void[]? An array of pointers? An array of 
"anything"?

Thank you


More information about the Digitalmars-d-learn mailing list