Alias IntrusivePtr.SharedType

Type of non weak ptr.

struct IntrusivePtr
{
  // ...
  alias SharedType = IntrusivePtr!(_Type,false);
  // ...
}