this function: void write(const(void[]) arr) { ...
What exactly is void[]? An array of pointers? An array of "anything"?
Thank you
this function: void write(const(void[]) arr) { ...
What exactly is void[]? An array of pointers? An array of "anything"?
Thank you