http://d.puremagic.com/issues/show_bug.cgi?id=9265
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from [email protected] 2013-03-02 13:42:02 PST --- Using the updated NullableRef in my code I've seen that it is good enough for the purposes explained here, so I close down this issue. I'd like a more handy way to create a nullable, like: Ptr!T ptr(T)(ref T x) { return typeof(return)(&x); } So I've created the Issue 9637 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
