Structs

Information from the builder about the tree operation

The TreeBuilder builds a Tree according to options (including an optional search pattern) Instead of the final TreeLine, the builder uses an internal structure: BLine. All BLines used during build are stored in the blines arena and kept until the end. Most operations and temporary data structures just deal with the ids of lines the blines arena.

Type Definitions