We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c216c8a commit 5c22919Copy full SHA for 5c22919
docs/src/faq.md
@@ -17,6 +17,9 @@ and a dedicated set of methods. Authors of packages using indexed trees should
17
Tree Interface](@ref). Roughly speaking, the changes are
18
- `children(tree, node)` ``\rightarrow`` `childindices(tree, node_index)`
19
- `Iterator(tree)` ``\rightarrow`` `Iterator(IndexNode(tree))`
20
+- Check if your tree satisfies the [`StoredParents`](@ref) or [`StoredSiblings`](@ref) traits.
21
+- Consider defining [`childrentype`](@ref) or [`childtype`](@ref) (can make some algorithms closer
22
+ to type-stable).
23
24
25
# Why were breaking changes necessary for 0.4?
0 commit comments