Skip to content

Commit 5c22919

Browse files
committed
small docs update
1 parent c216c8a commit 5c22919

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ and a dedicated set of methods. Authors of packages using indexed trees should
1717
Tree Interface](@ref). Roughly speaking, the changes are
1818
- `children(tree, node)` ``\rightarrow`` `childindices(tree, node_index)`
1919
- `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).
2023

2124

2225
# Why were breaking changes necessary for 0.4?

0 commit comments

Comments
 (0)