API Reference ExRoseTree v0.1.2

modules

Modules

what-s-a-rose-tree

What's a Rose Tree?

A Rose Tree, also known as a multi-way or m-way tree by some, is a general-purpose, recursively defined data structure where each position can have an an arbitrary value and an arbitrary number of children. Each child is, itself, another Rose Tree.

Sample ExRoseTrees for use in development and testing.

Sample Zippers for use in development and testing.

Various utility functions.

A context-aware zipper for advanced traversal and manipulation of an ExRoseTree.

A Location in the path from the root of the ExRoseTree.Zipper to its current context.