List.applyByTreePath

Undocumented in source. Be warned that the author may not have intended to support it.
class List(D)
void
applyByTreePath
(
T
)
(
ref const(TreePath) tree_path
,
void delegate
(
ref const(T) value
)
dg
)
if (
isProcessible!D
)

Meta