Hi i\'m writing some functions for a heap represented as a tree. My Node is a struct:
template struct Node { Node * parent = nullpt