void[] vs ubyte[] - differences?

Nick Treleaven nick at geany.org
Fri Jul 18 10:56:50 UTC 2025


On Thursday, 17 July 2025 at 18:56:08 UTC, Dukc wrote:
> - You won't be able to do much anything with `void[]` in 
> `@safe` code.

Thanks, I realized that was missing from the docs. Copying into 
`void[]` is not allowed in @safe code.
https://github.com/dlang/dlang.org/pull/4262


More information about the Digitalmars-d-learn mailing list