cleared.
GC.clrAttr
uint clrAttr( const scope void * p, uint a ) nothrowClears the specified bits for the memory references by p. If p references memory not originally allocated by this garbage collector, points to the interior of a memory block, or if p is null, no action will be performed.
Parameters
p | A pointer to the root of a valid memory block or to null. |
a | A bit field containing any bits to clear for this memory block. |
Returns
The result of a call to getAttr after the specified bits have been
uint clrAttr(void * p, uint a) pure nothrowditto