|
inline |
Returns a pointer to the node specified by the two-index coordinate.
The first element of coordinate
specifies the non-forking branch from left-to-right, the second element of coordinate
specifies the offset within that branch from the first non-forking node.
References syten::BinaryTree::Tree< T >::first_nonfork(), syten::BinaryTree::Tree< T >::go_down(), and syten::BinaryTree::Tree< T >::leaf().