//! The vtree type: its shapes, its file format, and one construction on it.
use crate*;
/// The variables on the leaves under `node`, left to right. A rotation
/// re-brackets a decomposition without disturbing that order, and sorting the
/// same list gives the variable SET a node stands for — what the node IS,
/// independent of the id the tree happened to number it with.