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.
ParentLinks
SiblingLinks
1 parent af3fabd commit fb73237Copy full SHA for fb73237
src/indexing.jl
@@ -116,8 +116,8 @@ end
116
117
IndexNode(tree) = IndexNode(tree, rootindex(tree))
118
119
-ParentLinks(::Type{<:IndexNode{N,T}}) where {N,T} = ParentLinks(T)
120
-SiblingLinks(::Type{<:IndexNode{N,T}}) where {N,T} = SiblingLinks(T)
+ParentLinks(::Type{<:IndexNode{T,I}}) where {T,I} = ParentLinks(T)
+SiblingLinks(::Type{<:IndexNode{T,I}}) where {T,I} = SiblingLinks(T)
121
122
nodevalue(idx::IndexNode) = nodevalue(idx.tree, idx.index)
123
0 commit comments