[][src]Type Definition dinotree_alg::node::Vistr

type Vistr<'a, N> = Vistr<'a, N, PreOrder>;

When we traverse the tree in read-only mode, we can simply return a reference to each node. We don't need to protect the user from only mutating parts of the BBox's since they can't change anything.