VEZY / MultiScaleTreeGraph.jl

Read, analyse, compute, write and convert MTG files
https://vezy.github.io/MultiScaleTreeGraph.jl/stable
MIT License
10 stars 1 forks source link

Make `addchild!` return the child so we can iteratively add children #30

Closed VEZY closed 1 year ago

VEZY commented 1 year ago

It returns nothing right now, but it would be very nice if it returned the newly created child so we can add more children without the need to traverse again.