I noticed a construct I haven't seen before in D when reading the description for automem - https://github.com/atilaneves/automem

 static struct Point {
        int x;
        int y;
    }


What does "static" do in this case? How does it different to a normal struct?

Reply via email to