Most basic nothrow, pure, @safe functions?

w0rp devw0rp at gmail.com
Thu Mar 20 05:51:34 PDT 2014


I'd just like to toss one in there. .dup and .idup for slices and 
associative arrays. I've seen a few cases where these functions 
are not nothrow when they could be. (Because OutOfMemoryError is 
an Error, not an Exception.)


More information about the Digitalmars-d mailing list