Module tree

Source
Expand description

Basic n-ary tree implementation.

Structsยง

Node
An index based n-ary tree node.
NodeIter
A node iterator with optional skip indices.
Tree
An n-ary index-based tree.