penumbra_tct::internal::complete

Type Alias 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 */ }