Class attributes
Satoshi via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Oct 2 08:54:38 PDT 2016
Hello,
why
pure @safe nothrow @nogc struct Point {
}
isn't same as
struct Point {
pure: @safe: nothrow: @nogc:
}
??
More information about the Digitalmars-d-learn
mailing list