Alias SharedPtr.isWeak

true if SharedPtr is weak ptr.

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