https://issues.dlang.org/show_bug.cgi?id=13017
Tomáš Chaloupka <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Tomáš Chaloupka <[email protected]> --- Similar problem, same exception: import std.typecons; struct Foo { Nullable!int field; } void main() { Foo a; assert (a == Foo.init); } --
