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
T
opUnary
@system
(
string s
)
(
)
if (
s == "*"
)

Meta