Satoshi via Digitalmars-d-learn Sun, 02 Oct 2016 08:56:38 -0700
Hello, why pure @safe nothrow @nogc struct Point { }
isn't same as struct Point { pure: @safe: nothrow: @nogc: } ??