recursive

Apply a function recursively to all files and directories under given path.

template recursive(alias fun)
void
recursive
(
Args...
)
(
string fn
,
auto ref Args args
)

Meta