Alias RcPtr.SharedType

Type of non weak ptr.

struct RcPtr
{
  // ...
  alias SharedType = RcPtr!(_Type,_DestructorType,_ControlType,false);
  // ...
}