438
438
Traverse item tree possibly transforming it (replacing items).
453
440
If you don't need to transform an item tree, but only traverse
454
441
it, please use Item::walk() instead.
457
443
@param transformer functor that performs transformation of a subtree
458
444
@param arg opaque argument passed to the functor