[Issue 9636] null initialization for std.typecons.Nullable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 9 04:22:45 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=9636

Adam Wilson <flyboynw at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |flyboynw at gmail.com
         Resolution|---                         |INVALID

--- Comment #8 from Adam Wilson <flyboynw at gmail.com> ---
I am closing this as "Invalid" because Nullable is not actually a nullable type
but a Option type. As such this would be invalid behavior. We will rename this
type in Phobos V3 to better reflect the design.

--


More information about the Digitalmars-d-bugs mailing list