You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In discussion with @benjeffery we decided that TreeIndexes is a better name for the low-level structure used to keep track of how we iterate over trees than TreePosition.
In an extension to this, we'll use DescendantIndexes as the class holding the information required to efficiently iterate over descendants in an graph type way and AncestorIndexes as the class for doing the bottom-to-top traversals (adapting from #2869)