Alias SharedPtr.ElementReferenceType
Same as ElementType*
or ElementType
if is class/interface/slice.
struct SharedPtr
{
// ...
alias ElementReferenceType
= ElementReferenceTypeImpl!ElementType;
// ...
}