Alias WeakPtr

Weak pointer.

alias WeakPtr(_Type, _DestructorType, _ControlType) = SharedPtr!(_Type,_DestructorType,_ControlType,true);
alias WeakPtr(_Type, _ControlType, _DestructorType) = SharedPtr!(_Type,_DestructorType,_ControlType,true);

Alias to SharedPtr.WeakType.