Address.parent

Upper node's Address. If null, then this is the root node (and index should be 0).

struct Address
Address* parent;

Meta