On Monday, 12 May 2025 at 21:46:04 UTC, matheus wrote:
I saw a post
(https://forum.dlang.org/post/[email protected]) by Dennis where he gives an example:
So I'd like to try it out, so I wrote the snippet below:
@safe
import std;
struct S{}
Make sure S contains at least one pointer, and compile with -preview=dip1000
