Thread overview
[Issue 24635] Allow opApply with default parameters
Jun 27
Bolpat
Sep 26
Bolpat
June 27
https://issues.dlang.org/show_bug.cgi?id=24635

Bolpat <qs.il.paperinik@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qs.il.paperinik@gmail.com

--
August 26
https://issues.dlang.org/show_bug.cgi?id=24635

Nicholas Wilson <iamthewilsonator@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamthewilsonator@hotmail.co
                   |                            |m

--- Comment #1 from Nicholas Wilson <iamthewilsonator@hotmail.com> ---
seems like the text in your explanation of the tree walking got cut off

--
September 26
https://issues.dlang.org/show_bug.cgi?id=24635

--- Comment #2 from Bolpat <qs.il.paperinik@gmail.com> ---
A use case is a recursive `opApply` that walks a tree-like structure; the recursive calls calls `opApply` on the child trees.

--