Module path

Source
Expand description

Structures to describe a position in a Tree.

Path<B>s are arrays of branches of type B. They are used to designate a position in a Tree<N, B>.

Structs§

Path
A path to a Tree node.

Enums§

ParsePathError
Error describing a failed attempt at parsing a Path.

Type Aliases§

PathIDX
Path branch index