`tree[1]` or similar with explicit `Int` works as defined by: https://github.com/shashi/FileTrees.jl/blob/43d7baa30db521adc190cd5f0f0e2140e421bc97/src/datastructure.jl#L185 but `tree[end]` doesn't work, nor does `tree[1:10]`. I think we should delegate all of these to `tree.children`
tree[1]or similar with explicitIntworks 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