Diff
Not logged in

Differences From Artifact [16f826d18ff480be]:

To Artifact [b521ec130c690547]:


39 39 { 40 40 super(ps); 41 41 static if(this.tupleof.length>0) 42 42 this.tupleof = params; 43 43 } 44 44 } 45 45 46 -/// Mixing-in the (MOST-DERIVED) member-wise comparator for a class 46 +/// Mixing-in the MOST-DERIVED-member-wise comparator for a class 47 47 48 48 /*mixin*/ template SimpleCompare() 49 49 { 50 50 override bool opEquals(Object rhs_) const 51 51 { 52 52 if( auto rhs = cast(typeof(this))rhs_ ) 53 53 {