logo

Type Definition broccoli::tree::Tree

source · []
pub type Tree<'a, T> = TreeInner<Node<'a, T>, DefaultSorter>;
Expand description

TreeInner type with default node and sorter.

Implementations

panics if a broken broccoli tree invariant is detected. For debugging purposes only.

Trait Implementations

Find knearest using aabb only.

Create a handler that just casts directly to the axis aligned rectangle