Build _xopEquals for TypeInfo_Struct bool _xopEquals(ref const S p) const { return this == p; }
This is called by TypeInfo.equals(p1, p2). If the struct does not support const objects comparison, it will throw "not implemented" Error in runtime.
See Implementation
Build _xopEquals for TypeInfo_Struct bool _xopEquals(ref const S p) const { return this == p; }
This is called by TypeInfo.equals(p1, p2). If the struct does not support const objects comparison, it will throw "not implemented" Error in runtime.