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