NodePointer.opUnary

This is unsafe as you may refer to deleted node. You are free to wrap it in @trusted code if you know what are you doing.

struct NodePointer
@system
T
opUnary
(
string s
)
()
if (
s == "*"
)

Meta