We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tree[1] or similar with explicit Int works as defined by:
tree[1]
Int
FileTrees.jl/src/datastructure.jl
Line 185 in 43d7baa
but tree[end] doesn't work, nor does tree[1:10]. I think we should delegate all of these to tree.children
tree[end]
tree[1:10]
tree.children
The text was updated successfully, but these errors were encountered:
Good point. Would consider a PR for this!
Sorry, something went wrong.
No branches or pull requests
tree[1]
or similar with explicitInt
works as defined by:FileTrees.jl/src/datastructure.jl
Line 185 in 43d7baa
but
tree[end]
doesn't work, nor doestree[1:10]
. I think we should delegate all of these totree.children
The text was updated successfully, but these errors were encountered: