https://issues.dlang.org/show_bug.cgi?id=24635 --- Comment #2 from Bolpat <qs.il.paperinik at gmail.com> --- A use case is a recursive `opApply` that walks a tree-like structure; the recursive calls calls `opApply` on the child trees. --