Skip to content

Rename TreePosition (and C structs) to TreeIndexes #3245

@jeromekelleher

Description

@jeromekelleher

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions