RefCounted.opUnary

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

struct RefCounted(Type, Allocator)
ref inout
inout(Type)
opUnary
(
string s
)
()
if (
s == "*"
)
if (
isAllocator!Allocator
)

Meta