Alias SharedPtr.SharedType

Type of non weak ptr.

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