Crate espalier

source ·

Structs

An element in the vector. It has the user value, a level starting from 0 for the root element, and a parent. The root’s parent is 0.
A flattened tree. The nodes are stored in pre-order (depth first order).