Alias IntrusivePtr.isWeak

true if IntrusivePtr is weak ptr.

struct IntrusivePtr
{
  // ...
  alias isWeak = _weakPtr;
  // ...
}