On 1/6/20 5:07 AM, WebFreak001 wrote:
Or should void[] actually be castable to ubyte[] in @safe code?

No, because you can implicitly cast anything to void[], including pointer arrays.

Possibly const(ubyte[]).

-Steve

Reply via email to