toHash => pure, nothrow, const, @safe

Walter Bright newshound2 at digitalmars.com
Tue Mar 13 17:21:12 PDT 2012


On 3/13/2012 4:50 AM, Martin Nowak wrote:
> Yeah, you're right. It would easily create confusing behavior.

In general, for modules a and b, all of these should work:

dmd a b

dmd b a

dmd -c a
dmd -c b


More information about the Digitalmars-d mailing list