https://issues.dlang.org/show_bug.cgi?id=17440
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- >From the docs: "The nullable struct defines a value paired with a null.". I think that the expectation is that nullable is used with value types, not reference types or variables of references. --
