Function Node.isAParentOf

Returns true if the given node is a direct or indirect child of the current node.

bool isAParentOf (
  Node node
) nothrow @nogc const;