RefCounted.opUnary

Dereference the smart pointer and yield a reference to the contained type.

struct RefCounted(RefCountedType, Allocator = typeof(theAllocator), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)
ref inout
opUnary
(
string s
)
()
if (
s == "*"
)
if (
isAllocator!Allocator
)

Meta