Thread overview
[Issue 12679] std.typecons.Maybe
Jan 19, 2017
Nick Treleaven
Dec 17, 2022
Iain Buclaw
October 20, 2014
https://issues.dlang.org/show_bug.cgi?id=12679

monkeyworks12@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monkeyworks12@hotmail.com

--- Comment #1 from monkeyworks12@hotmail.com ---
Isn't this pretty much the same as Haskell's fmap? It'd be nice to have something generic like this that worked on a wide variety of ranges (Nullable would have to be made a range, or have a toRange function or something).

--
January 19, 2017
https://issues.dlang.org/show_bug.cgi?id=12679

Nick Treleaven <nick@geany.org> changed:

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

--- Comment #2 from Nick Treleaven <nick@geany.org> ---
Jakob Ovrum's Option range (closed due to inactivity):
https://github.com/dlang/phobos/pull/3915

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=12679

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--