[Issue 9265] Nullable fixed-sized array wrapper
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 2 13:42:02 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9265
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from bearophile_hugs at eml.cc 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: -------
More information about the Digitalmars-d-bugs
mailing list