Alias RcPtr.isWeak

true if RcPtr is weak ptr.

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