RefCounted.opUnary

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

struct RefCounted(Type, Allocator = typeof(theAllocator), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
ref inout
opUnary
(
string s
)
()
if (
s == "*"
)
if (
isAllocator!Allocator
)

Meta