Type Alias penumbra_tct::internal::complete::Nested

source ·
pub type Nested<Item> = Node<Node<Node<Node<Node<Node<Node<Node<Leaf<Item>>>>>>>>>;
Available on crate feature internal only.
Expand description

An eight-deep complete tree with the given item at each leaf.

Aliased Type§

struct Nested<Item> { /* private fields */ }