[][src]Module trees::forest

Composed of a list of Nodes as its children.

  1. Support adding and storing nodes only once on tree creation, in a contiguous memory address.

  2. Support adding and storing nodes one by one, in scattered memory allocations.

  3. Tuple notations for construction.

  4. fr(),-,/ notations for construction.

Structs

Forest

List of Nodes as its children.