-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
tree[1] or similar with explicit Int works as defined by:
FileTrees.jl/src/datastructure.jl
Line 185 in 43d7baa
| Base.getindex(tree::FileTree, i::Int) = tree.children[i] |
but tree[end] doesn't work, nor does tree[1:10]. I think we should delegate all of these to tree.children
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels