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