Module ketree::tree [] [src]

A tree containing a symbolic expression that can be constructed using Ketos.

The tree can hold one of three types - an operator, a constant, or a variable.

Structs

Tree

A Tree that represents a symbolic expression that can be constructed with Ketos.

TreePostIter

An Iterator that iterates through the tree in post-order.

Enums

Expression

Enumerator for the types of data that a Tree vertex might contain.