[][src]Module broccoli::node

Contains node-level building block structs and visitors used for a Tree.

Structs

NodeMut

A node in Tree.

VistrMut

Tree Iterator that returns a protected mutable reference to each node.

Type Definitions

Vistr

When we traverse the tree in read-only mode, we can simply return a reference to each node. We don't need to protect the user from only mutating parts of the BBox's since they can't change anything.