Node._parent

Parenting (Super) Pattern.

class Node
protected extern (D) @safe pure nothrow @property @nogc
Node _parent;

Meta