Function Node.getParent

Returns the parent node of the current node, or an empty Node if the node lacks a parent.

Node getParent() nothrow @nogc const;