[][src]Module broccoli::container

Container trees that deref to Tree

Most of the time using Tree is enough. But in certain cases we want more control.

Structs

TreeInd

A less general tree that provides collect functions and also derefs to a Tree.

TreeIndBase

This is a Vec<BBox<N,&'a mut T>> under the hood with the added guarentee that all the &'a mut T point to the same slice.

TreeIndOwned

An owned version of TreeInd

TreeOwned

An owned version of Tree