Thread overview
[Issue 20976] pipe documentation incorrectly renders part of memoize
Dec 17, 2022
Iain Buclaw
Feb 08, 2023
John Hall
Nov 25, 2023
Nick Treleaven
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20976

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--
February 08, 2023
https://issues.dlang.org/show_bug.cgi?id=20976

--- Comment #1 from John Hall <john.michael.hall@gmail.com> ---
My hunch is that the problem is associated with the top part of memoize using the * along the end, but then dropping it later for the Params section.

--
November 25, 2023
https://issues.dlang.org/show_bug.cgi?id=20976

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org

--- Comment #2 from Nick Treleaven <nick@geany.org> ---
https://github.com/dlang/ddox/issues/248

--