TreeItem.callRecursive

Calls the method on the actual TreeItem and its children recursively. Pass parameters as a comma separated list.

struct TreeItem
@nogc nothrow
Variant
callRecursive
(
VarArgs...
)
(
in String method
,
VarArgs varArgs
)

Meta