Static struct?

JN 666total at wp.pl
Wed Apr 24 21:12:10 UTC 2019


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?


More information about the Digitalmars-d-learn mailing list