TreeTools icon indicating copy to clipboard operation
TreeTools copied to clipboard

Merge `AllDescendantEdges()` with `DescendantEdges()`

Open ms609 opened this issue 5 years ago • 0 comments

  • [x] Move edge parameter after parent & child in DescendantEdges call [breaking change?]
  • [x] If edge = NULL, in DescendantEdges(), call AllDescendantEdges()
  • [x] Make AllDescendantEdges() internal
  • [ ] Stop exporting AllDescendantEdges() (and move .AllDescendantEdges() into DescendantEdges())

ms609 avatar Jun 03 '20 10:06 ms609