[Issue 17269] formattedWrite of struct with Nullable value fails

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Mar 28 01:19:44 PDT 2017


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

--- Comment #3 from Tomáš Chaloupka <chalucha at gmail.com> ---
One more thing.

Nullable!int foo;
writefln("%s", foo);

outputs Nullable.null

So it is at least inconsistent here.

--


More information about the Digitalmars-d-bugs mailing list