descend multimethod
Methods
- descend(tc:TrContext)
Descend into current data, performing all the same transformations. Example
tr([1,2,[3,4]], Arr -> { ["start"] + descend(B) + ["end"] } ) # ["start", 1, 2, ["start", 3, 4, "end"], "end"]
tr([1,2,[3,4]], Arr -> { ["start"] + descend(B) + ["end"] } ) # ["start", 1, 2, ["start", 3, 4, "end"], "end"]