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 0798f57 commit 3da2faeCopy full SHA for 3da2fae
src/Node.jl
@@ -203,7 +203,7 @@ use the `.degree` field of a node to determine the number of children
203
to return. Typically this is done within a `Base.Cartesian.@nif` statement
204
for total type stability.
205
"""
206
-@inline function get_children(node::AbstractNode{D}, n::Integer) where {D}
+@unstable @inline function get_children(node::AbstractNode{D}, n::Integer) where {D}
207
return get_children(node, Val(n))
208
end
209
@inline function get_children(node::AbstractNode{D}, ::Val{n}) where {D,n}
0 commit comments