*this

Paul D. Anderson paul.d.removethis.anderson at comcast.andthis.net
Fri Apr 24 13:06:48 PDT 2009


Looking at Don Clugston's BigInt code I see usage of "*this":

BigInt opMulAssign(T: BigInt)(T y) {
       *this = mulInternal(*this, y);
         return *this;
     }

I think I know what it does (passes this by reference) but I can't find any documentation that explains the usage. Can anyone point me to a source??

Paul




More information about the Digitalmars-d-learn mailing list