RefCount.opUnary

Dereference the RefCount and access the contained item

struct RefCount(T)
ref inout
opUnary
(
string s
)
()
if (
s == "*"
)

Meta