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