Searched refs:nDigitsForPointer (Results 1 – 1 of 1) sorted by relevance
310 enum { nDigitsForPointer = 2 * size_t.sizeof, nDigitsForNObjects = 4 } enumerator326 static if (display) writefln("@%*Xh: Destroying.", nDigitsForPointer, &this);332 static if (display) writefln("@%*Xh: Constructing.", nDigitsForPointer, &this);340 static if (display) writefln("@%*Xh: Copying.", nDigitsForPointer, &this);349 …c if (display) writefln("@%*Xh: This is where the array elements are.", nDigitsForPointer, &a [0]);