Expand description
Ember+ tree data structures.
This module provides the runtime tree representation for Ember+ providers and consumers, with support for efficient lookup and modification.
Structs§
- Ember
Tree - The root of an Ember+ tree.
- Tree
Node - A node in the Ember+ tree.
- Tree
Walker - A walker for traversing the Ember+ tree.
Enums§
- Node
Contents - Contents of a tree node.
Type Aliases§
- Tree
Node Ref - Reference to a tree node.